redis-roaring
redis-roaring copied to clipboard
Roaring Bitmaps for Redis
Since CRoaring handles all memory allocations, we can't use redis modules allocation wrappers. It seems it isn't possible to proactively inform redis the current Redis Modules API, but perhaps they...
This should be proposed to https://github.com/valkey-io/valkey as it is obvious that it has generated sustained interest for many years.
Are there any plans to support 64-bit? It looks like CRoaring has support. https://github.com/RoaringBitmap/CRoaring/pull/75