Files
tantivy/bitpacker
Paul Masurel 694a056255 Faster range (#1954)
* Faster range queries

This PR does several changes
- ip compact space now uses u32
- the bitunpacker now gets a get_batch function
- we push down range filtering, removing GCD / shift in the bitpacking
  codec.
- we rely on AVX2 routine to do the filtering.

* Apply suggestions from code review

* Apply suggestions from code review

* CR comments
2023-03-27 14:56:32 +09:00
..
2023-01-19 23:41:21 +09:00
2023-03-27 14:56:32 +09:00
2023-03-27 14:56:32 +09:00