featurebase/roaring
Ben Johnson bc11f36862 support uint64 in roaring bitmaps
This commit refactors the roaring bitmaps to use uint64 values
instead of uint32 values. This is required for the size of
values we need in pilosa.

This change is not backwards compatible with the previous data
format so any existing data directories need to be removed before
using this code.
2016-01-07 13:43:57 -07:00
..
roaring.go support uint64 in roaring bitmaps 2016-01-07 13:43:57 -07:00
roaring_test.go support uint64 in roaring bitmaps 2016-01-07 13:43:57 -07:00