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

Function lookup

python/tests/test_prefetch_microbench.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 tree[key] = key * 2
42
43 def lookup():
44 for k in lookup_keys:
45 _ = tree[k]
46
47 # Warm up and measure
48 iterations = 5

Callers 1

test_prefetch_microbenchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected