roaring - Go 包实现压缩的bitsets
roaring - Go 包实现压缩的bitsets。
v0.4.5
Version 0.4.5
lemire released this
Merge pull request #178 from maciej/par2.1 Faster ParOr
v0.4.4
Version 0.4.4
lemire released this
v0.4.4 Fixing a bug in GetSerializedSizeInBytes... we overallocate!
v0.4.3
Version 0.4.3
lemire released this
v0.4.3 fix for https://github.com/RoaringBitmap/roaring/issues/152
v0.4.2
Version 0.4.2
lemire released this
Merge pull request #145 from maciej/inline-bc-lazyior-run Manually inline setBitmapRange to *bitmapContainer.lazyIOR function
v0.4.1
Version 0.4.1
lemire released this
Merge pull request #132 from maciej/frombuffer-changes roaringArray.fromBuffer() changes
v0.4.0
Version 0.4.0
lemire released this
Now fully compatible with Java and C versions.
v0.3.16
Merge pull request #124 from maciej/to-arr-container-double-alloc bitmapContainer.toArrayContainer: remove double slice allocation
Downloads
v0.3.15
Merge pull request #120 from maciej/par-avoid-cloning Parallel: remove redundant container copying
Downloads
v0.3.14
Merge pull request #111 from maciej/par_and_fix Fixes an issue with ParAnd producing bitmaps with empty containers
Downloads
v0.3.11
Merge pull request #107 from maciej/lazy-or-bitmap FastOr: force using bitmap containers
Downloads
v0.3.9
v0.3.9 Hopefully, this will do the trick.
Downloads
热门度与活跃度
1.4000000000000001
10.0
Watchers:24 |
Star:388 |
Fork:40 |
创建时间: 2014-07-11 04:14:34 |
最后Commits: 3天前 |
许可协议:Apache-2.0 |
Roaring bitmaps: A better compressed bitset
Roaring bitmaps are compressed bitmaps. They can be hundreds of times faster. (Picture credit: tambako)
Version 0.4.6
Assets