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