Skip to content

bennetthardwick/nano-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages