quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.41k stars 627 forks source link

Track new FxHash Algorithm #2422

Closed PSeitz closed 2 weeks ago

PSeitz commented 1 month ago

Aggregations use FxHash extensively for u32 keys, since it is optimized for integers. The algorithm will change and also support longer strings: https://github.com/rust-lang/rustc-hash/pull/37/files

Let's track the performance impact if any.