A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
Mozilla Public License 2.0
672
stars
53
forks
source link
Derive Eq and PartialEq for Arena and Entry #40
Closed
Inky-developer closed 3 years ago
Allows Arenas to be compared.