featurebase/roaring
Travis cf372cdd1d
Fix infinite loop in bitmap-to-array conversion.
When a run ended the container (i.e. contained column 65535), then the for loop
would increment the 16-bit value to 0, at which point it was still <= 65535.
2017-08-21 14:20:37 -05:00
..
assembly.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_amd64.s roaring: fix vet issues with the assembly code 2017-05-04 11:01:10 +02:00
assembly_asm.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_generic.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
internal_test.go converted containers to 16bit 2017-07-27 13:00:14 -05:00
roaring.go Fix infinite loop in bitmap-to-array conversion. 2017-08-21 14:20:37 -05:00
roaring_internal_test.go Fix infinite loop in bitmap-to-array conversion. 2017-08-21 14:20:37 -05:00
roaring_test.go fix Bitmap.CountRange bugs, comment, test 2017-08-15 17:07:15 -05:00