hypercounter 0.2.1

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.2.1"
edition = "2024"
license = "MIT"
authors = ["Nyeki"]
readme = "README.md"
repository = "https://github.com/Nekidev/hypercounter"

[dependencies]
arc-swap = "1.7.1"