Closed tzaeschke closed 2 years ago
The implementation currently uses std::map for DIM >= 10. A custom B+Tree (a tree with larger and horizontally connected nodes) may be more efficient.
std::map
Benchmark report: 2022-03-BPlusTree.txt
The implementation currently uses
std::map
for DIM >= 10. A custom B+Tree (a tree with larger and horizontally connected nodes) may be more efficient.