Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 519 Bytes

bitmap

The bitmap package implements the Enhanced Word-Aligned Hybrid (EWAH) bitmap compression algorithms, for now. The setup is so that multiple bitmap compressions can be implemented under the same bitmap interface.

For more details please refer to the blog post.

Please see ewah_test.go for examples of how to use.