libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_storage_pimpl.hpp"
#include <glog/logging.h>
#include "foedus/assert_nd.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/storage/masstree/masstree_adopt_impl.hpp"
#include "foedus/storage/masstree/masstree_cursor.hpp"
#include "foedus/storage/masstree/masstree_split_impl.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::storage | |
Storage Manager, which implements a couple of key/value stores. | |
foedus::storage::masstree | |
Masstree Storage, 64-bit B-tries with internal B-trees. | |
Functions | |
uint32_t | foedus::storage::masstree::count_children_approximate (const MasstreeIntermediatePage *page) |
Variables | |
constexpr uint32_t | foedus::storage::masstree::kIntermediateAlmostFull = kMaxIntermediatePointers * 9U / 10U |