arena64 0.3.0

A concurrent arena providing mutually exclusive access over guarded indexes
Documentation
arena64-0.3.0 has been yanked.

Arena64

License Cargo Documentation

Arena64 provides concurrent data structures that return slots which provide mutually exclusive access to interior cells. Slots can be converted into/from raw pointers tagged with the index using the low bits, making these data structures particularly well suited for use-cases that require thin pointers.