bennetthardwick / nano-arena

A tiny arena allocator that uses atomics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nano-arena

Build Status

A tiny arena allocator that uses atomics in keys and supports split mutable borrows.

Features

  • Constant time allocations and removals
  • Split mutable borrows inside arena
  • Iter methods
  • Easily convert Vec <-> Arena
  • Easy trees and graphs with cyclic references

About

A tiny arena allocator that uses atomics.


Languages

Language:Rust 100.0%