quickwit-oss/bitpacking
Remove simd bitpacking implementations for high bit width
Offen
#47 geöffnet am 13.09.2023
good first issue
Repository-Metriken
- Stars
- (334 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
For sorted stuff, having a super fast implementation is not necessary above bitwidth = 8. We can fallback to the scalar implementation.
For unsorted stuff, I think we can also restrict ourselves to bitwidth <= 8, although this is a trade-off.