Files
ladybird/Libraries/LibWeb/IndexedDB/Internal
Andreas Kling ea5c543322 LibWeb: Use binary search for IndexedDB ObjectStore range removal
Since records are sorted by key, records matching a key range form a
contiguous block. Use binary search to find the range boundaries and
remove the block in one operation, instead of scanning every record
with is_in_range().
2026-03-21 08:41:13 -05:00
..