restore TODO

This commit is contained in:
Pascal Seitz
2026-08-03 12:50:56 +02:00
committed by PSeitz
parent 21bb20ff1a
commit 1bfdf14415
@@ -133,6 +133,8 @@ impl SparseBlock<'_> {
#[inline]
// Looks for the element in the block. Returns the position if found.
// TODO try different implem.
// e.g. exponential search into binary search
fn binary_search(&self, target: u16) -> Result<u16, u16> {
self.binary_search_from(target, 0)
}