quickwit-oss/bitpacking

Remove simd bitpacking implementations for high bit width

オープン

#47 opened on 2023/09/13

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

Repository metrics

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

説明

For sorted stuff, having a super fast implementation is not necessary above bitwidth = 8. We can fallback to the scalar implementation. For unsorted stuff, I think we can also restrict ourselves to bitwidth <= 8, although this is a trade-off.

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