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

Function bplus_range

python/examples/performance_demo.py:76–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75 # B+ Tree range query
76 def bplus_range():
77 return list(bplustree.range(start_key, end_key))
78
79 bplus_time, bplus_result = benchmark_function(bplus_range)
80 print(

Callers

nothing calls this directly

Calls 1

rangeMethod · 0.45

Tested by

no test coverage detected