tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
28 stars 9 forks source link

Fix/issue 14 b tree #15

Closed tzaeschke closed 2 years ago

tzaeschke commented 2 years ago

Implementation a custom B+Tree (a tree with larger and horizontally connected nodes). This may be more efficient than the currently used std::map. See issue #14

tzaeschke commented 2 years ago

Benchmark report 2022-03-BPlusTree.txt