Expand description

Shared counters, suitable for quickly tabulating extant types.

The default, RelaxedCounter, is suitable in most circumstances.

Structs

A counter that minimizes slowdowns from contenation at the cost of increased memory usage.

An AtomicIsize padded and aligned to the cache line size to combat false sharing.

Traits

A type suitable as a shared census counter.