Skip to content

zentures/bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.