quickwit-oss/bitpacking

Remove simd bitpacking implementations for high bit width

Aperta

#47 aperta il 13 set 2023

 (2 commenti) (0 reazioni) (1 assegnatario)Rust (37 fork)auto 404
good first issue

Metriche repository

Star
 (334 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor