logoalt Hacker News

ori_btoday at 12:37 AM1 replyview on HN

You don't particularly want indexing for that, but cursors. A byte offset (wrapped in an opaque type) is sufficient for that need.


Replies

bjolitoday at 9:50 AM

You could add a LUT for decently fast indexing as well. I believe Java does that.