Here are
18 public repositories
matching this topic...
A better compressed bitset in Java
Updated
Mar 27, 2022
Java
Roaring bitmaps in C (and C++)
A better compressed bitset in Rust
Updated
Mar 31, 2022
Rust
Roaring Bitmaps for Redis
An efficient and light-weight ordered set of 32 bits integers.
Updated
Sep 14, 2021
Python
高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等
RoaringBitmap extension for PostgreSQL
Rust wrapper for CRoaring
RoaringBitmap extension for greenplum-db
Updated
Mar 16, 2021
Python
64-bit Roaring Bitmaps in Go
Dumps of CRoaring unity builds (for convenience)
A fast and limited-memory structure with a landmask based on GSHHG for determing whether a point on Earth is on land or in the ocean.
Kagni is a Redis-like data store
Updated
Aug 16, 2019
Python
This is a go version of the Roaring bitmap data structure, for 64-bit integers. It uses the same approach as the C++ and Rust version to build a BTree map of bitmaps.
C++ Roaring bitmaps for microsoft Visual Studio 2015 compiled with clang.
Improve this page
Add a description, image, and links to the
roaring-bitmaps
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
roaring-bitmaps
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Java's iterators can skip over values :
https://github.com/RoaringBitmap/RoaringBitmap/blob/master/roaringbitmap/src/main/java/org/roaringbitmap/PeekableIntIterator.java