quickwit-oss/bitpacking

Remove simd bitpacking implementations for high bit width

開放

#47 建立於 2023年9月13日

 (2 則留言) (0 個反應) (1 位負責人)Rust (37 個分叉)auto 404
good first issue

倉庫指標

星標
 (334 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南