Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ range_query
Function
range_query
python/examples/performance_demo.py:307–308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
305
306
# Benchmark a range query
307
def
range_query():
308
return
list(tree.range(1000, 1100))
309
310
query_time, _ = benchmark_function(range_query)
311
results.append((capacity, query_time))
Callers
nothing calls this directly
Calls
1
range
Method · 0.45
Tested by
no test coverage detected