DataStructures.jl
DataStructures.jl copied to clipboard
Benchmarks
When benchmarking a possible allocator design for node based containers I noticed some performance oddities with
- List
- AVLTree
- RBTree
- Stack
- Queue
Please see https://github.com/goerch/Allocators.jl. Comments are welcome!