2 unstable releases
new 0.4.0 | Dec 27, 2024 |
---|---|
0.3.1 | Dec 23, 2024 |
0.2.0 |
|
0.1.4 |
|
#1291 in Data structures
528 downloads per month
24KB
592 lines
Arena64
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.
Dependencies
~28KB