Closed tzaeschke closed 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
std::map
Benchmark report 2022-03-BPlusTree.txt
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