mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-08-18 20:18:27 +00:00
e7daf69de9
use usize in bitpacker to enable larger columns in the columnar store Godbolt comparison with u32 vs u64 for get access: https://godbolt.org/z/cjf7nenYP Add a mini-tool to inspect columnar files created by tantivy. (very basic functionality which can be extended later)