Files
tantivy/src/postings
Eric Ridge 30c237e895 perf: various optimizations around arenas (#60)
- Use a bitset to track used buckets in the `SharedArenaHashmap`, allowing for more efficient iteration
- Create a global pool for both `MemoryArena` and `IndexingContext`
- Reduce the MemoryArea page size by half (it's now 512KB instead of 1MB)
- Centralize thread pool instances in `SegmentUpdater` so we can elide making them if all nthread sizes are zero
2025-12-10 10:17:27 -08:00
..
2025-10-08 16:55:25 +02:00
2024-10-21 18:29:17 +08:00
2025-09-19 15:55:04 +02:00
2024-04-09 07:54:44 +02:00