Files
tantivy/src/query/term_query
PSeitz 0aae31d7d7 reduce number of allocations (#2257)
* reduce number of allocations

Explanation makes up around 50% of all allocations (numbers not perf).
It's created during serialization but not called.

- Make Explanation optional in BM25
- Avoid allocations when using Explanation

* use Cow
2023-11-16 13:47:36 +01:00
..
2023-11-05 18:18:39 +09:00
2023-03-21 06:57:44 +01:00