Registry / utility / bitmagic

bitmagic

JSON →
library8.0.1vcpkgunverified

Algorithms and tools for Algebra of Sets for information retrieval, indexing of databases, scientific algorithms, ranking, clustering, unsupervised machine learning and signal processing.

vcpkg install bitmagic
INSTALL
IMPORT
SIG · BITMAGIC
B
bitmagic
utilitycppv8.0.1
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.

bm.h
#include <bm.h>

Creates a bit vector, sets bits at positions 1, 3, and 5, then prints the count.

#include <bm.h> #include <iostream> int main() { bm::bvector<> bv; bv.set(1); bv.set(3); bv.set(5); std::cout << "Bit vector count: " << bv.count() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

bitmagic — pip install bitmagic · libregistry