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.

貢獻者指南