Files
tantivy/sstable/src
Stu Hood 7a13e0294d Avoid copying into OwnedBytes when opening a fast field column Dictionary. (#55)
When a fast fields string/bytes `Dictionary` is opened, we currently read the entire dictionary from `FileSlice` -> `OwnedBytes`... and then immediately wrap it back into a `FileSlice`.

Switching to `Dictionary::open` preserves the `FileSlice`, such that only the portions of the `Dictionary` which are actually accessed are read from disk/buffers.
2025-12-10 10:17:27 -08:00
..
2025-09-19 18:04:25 +02:00
2025-05-14 17:16:41 +02:00
2025-12-10 10:17:25 -08:00