featurebase/roaring
Ben Johnson 1a20e83a5b
refactor in-memory bitmap storage
This commit changes the underlying storage for `Bitmap` from a
red-black tree to a roaring bitmap. It also removes bitmaps from
the cache and only stores the bitmap count.
2016-05-24 15:01:49 -06:00
..
roaring.go refactor in-memory bitmap storage 2016-05-24 15:01:49 -06:00
roaring_test.go consensus block merge 2016-05-06 16:19:10 -06:00