[rucksack-devel] PATCH: b-tree binary search
Cyrus Harmon
ch-rucksack at bobobeach.com
Sun Jan 14 23:15:55 UTC 2007
On Jan 14, 2007, at 3:10 PM, Cyrus Harmon wrote:
> On Jan 14, 2007, at 3:02 PM, Arthur Lemmens wrote:
>> Cyrus Harmon wrote:
>>
>>
>>> + (if (not (funcall btree-key< (binding-key
>>> mid-binding) key))
>>> + (binary-search start mid)
>>> + (binary-search mid end))))))
>>
>> Same here.
>
> ditto
hmm... should that be (binary-search (1+ mid) end) ?
More information about the rucksack-devel
mailing list