An arena
implementation and accompanying benchmarks, used to test the benefits of arneas in Rust
Built with 🦀 & ❤
This repository incldues:
- Arena implementationt through
RefCell
- Linked List and Tree made with Arenas in mind
- C++ Arena implementation
- C++ Linked List and Tree