Description
Data-heavy C++ programs can process collections that are too large to fit comfortably in memory.
This library is useful for developers working with external-memory algorithms, scientific computing, indexing, sorting, or large dataset processing. It extends STL-style patterns to workloads that need disk-backed storage and careful performance behavior.
It does not provide a data-analysis application by itself. Correct performance and data safety depend on the program using it, available storage, and failure handling.