Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
38
typedef struct BPlusNode BPlusNode;
39
typedef struct BPlusTree BPlusTree;
40
41
/*
42
* Single array node structure optimized for cache locality.
Callers
10
test_no_memory_leak_on_insert_delete
Function · 0.90
test_sequential_insertion_no_segfault
Method · 0.90
test_random_insertion_no_segfault
Method · 0.90
test_deletion_after_splits_no_segfault
Method · 0.90
test_iteration_after_splits_no_segfault
Method · 0.90
test_concurrent_modification_safety
Method · 0.90
test_memory_stress_test
Method · 0.90
test_multithreaded_lookup
Function · 0.90
test_prefetch_microbench
Function · 0.90
test_gc_collects_self_referencing_tree
Function · 0.90
Calls
no outgoing calls
Tested by
10
test_no_memory_leak_on_insert_delete
Function · 0.72
test_sequential_insertion_no_segfault
Method · 0.72
test_random_insertion_no_segfault
Method · 0.72
test_deletion_after_splits_no_segfault
Method · 0.72
test_iteration_after_splits_no_segfault
Method · 0.72
test_concurrent_modification_safety
Method · 0.72
test_memory_stress_test
Method · 0.72
test_multithreaded_lookup
Function · 0.72
test_prefetch_microbench
Function · 0.72
test_gc_collects_self_referencing_tree
Function · 0.72