quickwit-oss/bitpacking

Have a light scalar implementation

Ouverte

#20 ouverte le 6 sept. 2019

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (37 forks)auto 404
Hacktoberfest

Métriques du dépôt

Stars
 (334 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur