Registry / utility / roaring

roaring

JSON →
library4.7.0vcpkgunverified

A better compressed bitset library in C and C++.

vcpkg install roaring
INSTALL
IMPORT
SIG · ROARING
R
roaring
utilitycppv4.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

roaring/roaring.hh
#include <roaring/roaring.hh>

Create a roaring bitmap and add elements

#include <roaring/roaring.hh> #include <iostream> int main() { Roaring r1; r1.add(1); r1.add(2); r1.add(3); std::cout << "Cardinality: " << r1.cardinality() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

roaring — pip install roaring · libregistry