quickwit-oss/bitpacking

Have a light scalar implementation

开放

#20 创建于 2019年9月6日

 (2 条评论) (0 个反应) (0 位负责人)Rust (37 个派生)auto 404
Hacktoberfest

仓库指标

星标
 (334 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南