quickwit-oss/bitpacking

Have a light scalar implementation

Aperta

#20 aperta il 6 set 2019

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (37 fork)auto 404
Hacktoberfest

Metriche repository

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

Descrizione

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.

Guida contributor