MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / BPlusTree

Class BPlusTree

python/bplustree_c_src/bplustree.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37/* Forward declarations */
38typedef struct BPlusNode BPlusNode;
39typedef struct BPlusTree BPlusTree;
40
41/*
42 * Single array node structure optimized for cache locality.

Calls

no outgoing calls