DataStructures.jl icon indicating copy to clipboard operation
DataStructures.jl copied to clipboard

Benchmarks

Open goerch opened this issue 4 years ago • 0 comments

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!

goerch avatar Oct 14 '21 12:10 goerch