Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetthardwick authored May 7, 2020
1 parent 32429a1 commit 100568c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# nano-arena
[![Build Status](https://travis-ci.org/bennetthardwick/nano-arena.svg?branch=master)](https://travis-ci.org/bennetthardwick/nano-arena)

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

0 comments on commit 100568c

Please sign in to comment.