b-tree-plus-alpha
|
A dynamic data structure that maintains a sequence of 64-bit non-negative integers. More...
#include "../bp_tree/bp_tree.hpp"
Go to the source code of this file.
Classes | |
class | stool::bptree::DynamicSequence64< LEAF_CONTAINER, TREE_DEGREE, LEAF_CONTAINER_MAX_SIZE > |
A dynamic data structure that maintains a sequence of 64-bit non-negative integers. [Unchecked AI's Comment]. More... | |
Typedefs | |
using | stool::bptree::SimpleDynamicSequence64 = DynamicSequence64< stool::NaiveFLCVector<>, 62, 256 > |
A dynamic data structure that maintains a sequence of 64-bit non-negative integers.