Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 416 Bytes

File metadata and controls

8 lines (7 loc) · 416 Bytes
  1. benchmarks of simple (not self-balancing) BST
  2. reference implementation + benchmarks
  3. comparative performance graphs of variations (with/without filtering, intervals, etc)
  4. benchmarks in comparison to typical explicit-array-based implementation
  5. full usage example in Readme
  6. implement insertion with rebuilding/reallocing (based on "Cache Oblivious Search Trees via Binary Trees of Small Height")