Files
tantivy/src/postings
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
..
2022-09-18 18:05:37 +07:00
2023-11-14 15:05:16 +01:00
2022-08-13 18:25:47 +08:00
2023-02-09 13:14:31 +01:00