lemire / bitmap

EWAH Bitmap Compression Library in Go

Home Page:http://zhen.org/blog/bitmap-compression-using-ewah-in-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

EWAH Bitmap Compression Library in Go

http://zhen.org/blog/bitmap-compression-using-ewah-in-go/

License:MIT License


Languages

Language:Go 62.1%Language:Pascal 35.7%Language:Shell 2.2%