Registry / utility / ltla-subpar

ltla-subpar

JSON →
library0.4.1vcpkgunverified

Substitutable parallelization for C++ libraries.

vcpkg install ltla-subpar
INSTALL
IMPORT
SIG · LTLA-SUBPAR
L
ltla-subpar
utilitycppv0.4.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.

subpar/subpar.h
#include <subpar/subpar.h>

Demonstrates parallel for loop using subpar.

#include <subpar/subpar.h> #include <iostream> int main() { subpar::parallel_for(0, 10, [](int i) { std::cout << i << std::endl; }); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

ltla-subpar — pip install ltla-subpar · libregistry