arena64 0.3.1

A concurrent arena providing mutually exclusive access over indexes
Documentation

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.