quickwit-oss/bitpacking
Remove simd bitpacking implementations for high bit width
开放
#47 创建于 2023年9月13日
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.