featurebase/roaring
Ben Johnson 7ed9fba335
Unbounded BSI w/ sign magnitude
This commit implements BSI with variable bit depth using a
sign magnitudeto indicate whether a value is positive or negative.
This also rearranges the existence bit to be the first bit instead
of the last bit.
2019-05-17 15:52:17 -06:00
..
testdata cleanup #1622 2018-09-06 16:27:10 -05:00
btree.go so much lint 2019-04-16 12:07:18 -05:00
btree_test.go fix lint in btree_test 2019-04-16 12:08:40 -05:00
container_stash.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
containers.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
containers_btree.go so much lint 2019-04-16 12:07:18 -05:00
containers_test.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
inst.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
nop_inst.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
roaring.go Unbounded BSI w/ sign magnitude 2019-05-17 15:52:17 -06:00
roaring_helpers_test.go Abstract away access to container slices 2019-03-22 16:31:29 -05:00
roaring_internal_test.go so much lint 2019-04-16 12:07:18 -05:00
roaring_nop_paranoia.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
roaring_nop_stats.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
roaring_paranoia.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
roaring_stats.go Add license headers to files missing them and CI check to verify they are present. Fixes #1633 2019-04-12 11:30:41 -05:00
roaring_test.go so much lint 2019-04-16 12:07:18 -05:00