hypercounter 0.4.3

An atomic, lock-free, hash map-like counter structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "hypercounter"
description = "An atomic, lock-free, hash map-like counter structure."
version = "0.4.3"
edition = "2024"
license = "MIT"
authors = ["Nyeki"]
readme = "README.md"
repository = "https://github.com/Nekidev/hypercounter"

[dependencies]
papaya = "0.2.3"