Skip to content

Tags: RoaringBitmap/roaring

Tags

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #419 from neena/neena/faster-iandnot-bm-arr

faster iandnot between bitmap and array containers

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #418 from neena/neena/faster-iandnot-bm

faster iandnot between bitmap containers and run containers

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #417 from RoaringBitmap/faster-faster-iandnot

Faster faster iandnot

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #412 from wjohnson-aurora/master

Use io.ReadFull in roaring64.Bitmap.ReadFrom

v1.8.0

Toggle v1.8.0's commit message

Verified

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

Fixing issue 409

v1.7.0

Toggle v1.7.0's commit message
fix 32-bit issue

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update bigendiantests.yml

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #397 from RoaringBitmap/issue396

Verifying and fixing issue 396 :  `UnmarshalBinary`  or `FromBase64` should not have their containers marked as needing copy-on-write

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #395 from damnever/perf/readfrom-nocopy

Add FromUnsafeBytes to prevent small allocations caused by ByteInputAdapter

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #387 from RoaringBitmap/verify_issue_386

Verifying issue 386