24
26
def bisect_multi_bytes(content_lookup, size, keys):
25
27
"""Perform bisection lookups for keys using byte based addressing.
27
29
The keys are looked up via the content_lookup routine. The content_lookup
28
30
routine gives bisect_multi_bytes information about where to keep looking up
29
31
to find the data for the key, and bisect_multi_bytes feeds this back into