HyperCounter
An atomic, lock-free, hash map-like counter structure.
Example
use ;
use HyperCounter;
let counter: = new;
counter.fetch_add;
counter.fetch_sub;
Documentation
To read the full documentation, visit docs.rs/hypercounter.
An atomic, lock-free, hash map-like counter structure.
use ;
use HyperCounter;
let counter: = new;
counter.fetch_add;
counter.fetch_sub;
To read the full documentation, visit docs.rs/hypercounter.