quickwit-oss/bitpacking

Have a light scalar implementation

オープン

#20 opened on 2019/09/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (37 件のフォーク)auto 404
Hacktoberfest

Repository metrics

Stars
 (334 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド