Skip to content

Tags: RoaringBitmap/roaring

Tags

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #480 from customerio/clear_bits

ClearBits with AndNot

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #478 from happygiraffe/master

Clone Go 1.23 iterator support for roaring64.

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #465 from starius/fix-timestamp-test

roaring64: fix TestSetAndGetBigTimestamp (non-UTC)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #476 from customerio/roaring64_ParOr

roaring64: Use roaring.ParOr when all keys on the roaringArray64 are same

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #474 from dzairi/master

Fixed a bug with AndAny, a case of uint16 overflow

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #474 from dzairi/master

Fixed a bug with AndAny, a case of uint16 overflow

v2.4.5

Toggle v2.4.5's commit message
removing leftover printout

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #470 from RoaringBitmap/issue469

fixes Issue 469 (various Validate bugs)

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #468 from RoaringBitmap/issue467

fixing issue 467

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #460 from RoaringBitmap/fix-459

Fix 459