quickwit-oss/bitpacking

Have a light scalar implementation

Aberta

#20 aberto em 6 de set. de 2019

 (2 comentários) (0 reação) (0 responsável)Rust (37 forks)auto 404
Hacktoberfest

Métricas do repositório

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

Description

The current implementations generate large binaries because they have one specialized implementation for each bitwidth, and do loop unrolling.

Add a flag-enabled implementation that uses a more compact scalar implementation. This would be useful for web assembly for instance.

Guia do colaborador