- Author
- Roman Dementiev (2006)
The STL layer of STXXL is composed of two large parts: containers and algorithms.
- Containers store elements, usually in external memory, but still follow the same interface as STL containers. See
- Algorithms operate, like STL algorithms, on iterators provided by the containers.