My Project
Modules
Here is a list of all modules:
 STL-User LayerLayer which groups STL compatible algorithms and containers
 Stream PackagePackage that enables pipelining of consequent sorts and scans of the external data avoiding the saving the intermediate results on the disk, e.g. the output of a sort can be directly fed into a scan procedure without the need to save it on a disk. All components of the package are contained in the stxxl::stream namespace
 Block Management LayerGroup of classes which help controlling external memory space, managing disks, and allocating and deallocating blocks of external storage
 I/O Primitives LayerGroup of classes which enable abstraction from operating system calls and support system-independent interfaces for asynchronous I/O
 Common Utilities and Support ClassesSupporting classes also useful for applications, see also Common Utilities and Helpers