Files
tantivy/src
Stu Hood 92c784f697 perf: Optimize TermSet for very large sets of terms. (#75)
* Removes allocation in a bunch of places
* Removes sorting of terms if we're going to use the fast field execution method
* Adds back the (accidentally dropped) cardinality threshold
* Removes `bool` support -- using the posting lists is always more efficient for a `bool`, since there are at most two of them
* More eagerly constructs the term `HashSet` so that it happens once, rather than once per segment
2025-12-10 10:17:28 -08:00
..
2025-07-02 11:25:03 +02:00
2025-07-02 11:25:03 +02:00
2025-10-13 16:25:49 +02:00
2024-10-22 09:26:54 +08:00
2024-10-22 09:26:54 +08:00