quickwit-oss/bitpacking

Remove simd bitpacking implementations for high bit width

Aberta

#47 aberto em 13 de set. de 2023

 (2 comentários) (0 reação) (1 responsável)Rust (37 forks)auto 404
good first issue

Métricas do repositório

Stars
 (334 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador