roaring icon indicating copy to clipboard operation
roaring copied to clipboard

Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog

Results 83 roaring issues
Sort by recently updated
recently updated
newest added

According to Java's compare function , I code a new function CompareValueONeil for go version ,and it **only support number which is >= 0** , it is faster than CompareValue....

This simplifies the CheckSum function. I am not expecting nor seeing a performance difference. I am also adding a check to make sure we do not check the CheckSum results....

Sometimes we want to find the ranges of 1 bits, and there's no obviously efficient way to do that currently. (Maybe I'm missing something!). If #22 was implemented, then we...