s2.util.container.btree

Implementation of a B-Tree based upon "Introduction to Algorithms".

Members

Classes

BTree
class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")

A B-Tree implementation based upon "Introduction to Algorithms" by Cormen, Leiserson, Rivest, and Stein.

Meta