Here is a list of all modules:
STL-User Layer | Layer which groups STL compatible algorithms and containers |
Stream Package | Package 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 Layer | Group of classes which help controlling external memory space, managing disks, and allocating and deallocating blocks of external storage |
I/O Primitives Layer | Group of classes which enable abstraction from operating system calls and support system-independent interfaces for asynchronous I/O |
Common Utilities and Support Classes | Supporting classes also useful for applications, see also Common Utilities and Helpers |