Registry / other / stxxl
library2018-11-15vcpkgunverified

Standard Template Library for Extra Large Data Sets.

vcpkg install stxxl
INSTALL
IMPORT
SIG · STXXL
S
stxxl
othercppv2018-11-15
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.

stxxl.h
#include <stxxl.h>

Use an external memory vector

#include "stxxl.h" int main() { stxxl::vector<int> v(1000000); v[0] = 42; return 0; }
Debug
Known issues
gotchaSTXXL requires a configuration file (stxxl.cfg) to specify disk settings.
fix
Create a stxxl.cfg file or set environment variables.
affects: *
Upgrade
Version history
2018-11-15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

stxxl — pip install stxxl · libregistry