Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource stxxl

The core of STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e., STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. While the closeness to the STL supports ease of use and compatibility with existing applications, another design priority is high performance. The key features of STXXL are: * Transparent support of parallel disks. The library provides implementations of basic parallel disk algorithms. STXXL is the only external memory algorithm library supporting parallel disks. * The library is able to handle problems of very large size (tested to up to dozens of terabytes). * Improved utilization of computer resources. STXXL implementations of external memory algorithms and data structures benefit from overlapping of I/O and computation. * Small constant factors in I/O volume. A unique library feature called "pipelining" can save more than half the number of I/Os, by streaming data between algorithmic components, instead of temporarily storing them on disk. A development branch supports asynchronous execution of the algorithmic components, enabling high-level task parallelism. * Shorter development times due to well known STL-compatible interfaces for external memory algorithms and data structures. * STL algorithms can be directly applied to STXXL containers; moreover, the I/O complexity of the algorithms remains optimal in most of the cases. * For internal computation, parallel algorithms from the MCSTL or the libstdc++ parallel mode are optionally utilized, making the algorithms inherently benefit from multi-core parallelism. * STXXL is free, open source, and available under the Boost Software License 1.0.

Found 1 sites for stxxl

Found 4 RPM for stxxl

PackageSummaryDistributionDownload
stxxl-1.4.1-2.aarch64.htmlStandard Template Library for Extra Large Data SetsOpenMandriva Cooker for aarch64stxxl-1.4.1-2.aarch64.rpm
stxxl-1.4.1-2.aarch64.htmlStandard Template Library for Extra Large Data SetsOpenMandriva 5.0 for aarch64stxxl-1.4.1-2.aarch64.rpm
stxxl-1.4.1-2.x86_64.htmlStandard Template Library for Extra Large Data SetsOpenMandriva Cooker for x86_64stxxl-1.4.1-2.x86_64.rpm
stxxl-1.4.1-2.x86_64.htmlStandard Template Library for Extra Large Data SetsOpenMandriva 5.0 for x86_64stxxl-1.4.1-2.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet