quickwit-oss/bitpacking

Have a light scalar implementation

Open

#20 opened on Sep 6, 2019

 (2 comments) (0 reactions) (0 assignees)Rust (37 forks)auto 404
Hacktoberfest

Repository metrics

Stars
 (334 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide