Thrill
0.1
|
Generates default traits for a B+ tree used as a set or map.
It estimates leaf and inner node sizes by assuming a cache line multiple of 256 bytes.
#include <btree.hpp>
Static Public Attributes | |
static const size_t | binsearch_threshold = 256 |
static const bool | debug = false |
static const int | inner_slots |
static const int | leaf_slots |
static const bool | self_verify = false |
|
static |
As of stx-btree-0.9, the code does linear search in find_lower() and find_upper() instead of binary_search, unless the node size is larger than this threshold. See notes at http://panthema.net/2013/0504-STX-B+Tree-Binary-vs-Linear-Search
|
static |
|
static |
|
static |
|
static |