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 ustl

The C++ standard template library (STL) is a collection of common containers and algorithms in template form. Unfortunately its standard incarnation shipped with gcc is implemented without much concern for code size. Not only is the library itself large, the current version being over a megabyte in size, but with all the code you instantiate by using a vector for each of your containers, it is easy to become fearful and opt for using static arrays instead or, worse yet, abandon C++ altogether for C. This is especially painful to former DOS assembly programmers like myself, who fret endlessly when the size of the executable crosses the magic 64k boundary, forgetting that nobody cares about memory anymore. Of course, these days everyone has gigabytes of RAM and has no compunction about loading up OpenOffice, whose source tree is over a gigabyte in size. Why then bother with saving a kilobyte of code here and there? I can't really say. Maybe it's that warm fuzzy knowledge that you are making maximum possible use of your computer's resources. Maybe it's that thrill you get after expressing your program's functionality in the fewest possible instructions and the minimum imaginable overhead. Or maybe it really is of no importance and any code bloat will be easily overcome by faster processors in some near future. I just know what I like, and it's the sight of clean, concise, and fast code. Therefore this library.

Found 1 sites for ustl

Found 12 RPM for ustl

PackageSummaryDistributionDownload
ustl-2.8-9.el9.aarch64.htmlA size-optimized STL implementationEPEL 9 for aarch64ustl-2.8-9.el9.aarch64.rpm
ustl-2.8-9.el9.ppc64le.htmlA size-optimized STL implementationEPEL 9 for ppc64leustl-2.8-9.el9.ppc64le.rpm
ustl-2.8-9.el9.s390x.htmlA size-optimized STL implementationEPEL 9 for s390xustl-2.8-9.el9.s390x.rpm
ustl-2.8-9.el9.x86_64.htmlA size-optimized STL implementationEPEL 9 for x86_64ustl-2.8-9.el9.x86_64.rpm
ustl-2.8-3.el8.aarch64.htmlA size-optimized STL implementationEPEL 8 for aarch64ustl-2.8-3.el8.aarch64.rpm
ustl-2.8-3.el8.ppc64le.htmlA size-optimized STL implementationEPEL 8 for ppc64leustl-2.8-3.el8.ppc64le.rpm
ustl-2.8-3.el8.s390x.htmlA size-optimized STL implementationEPEL 8 for s390xustl-2.8-3.el8.s390x.rpm
ustl-2.8-3.el8.x86_64.htmlA size-optimized STL implementationEPEL 8 for x86_64ustl-2.8-3.el8.x86_64.rpm
ustl-2.8-1.el7.aarch64.htmlA size-optimized STL implementationEPEL 7 for aarch64ustl-2.8-1.el7.aarch64.rpm
ustl-2.8-1.el7.ppc64.htmlA size-optimized STL implementationEPEL 7 for ppc64ustl-2.8-1.el7.ppc64.rpm
ustl-2.8-1.el7.ppc64le.htmlA size-optimized STL implementationEPEL 7 for ppc64leustl-2.8-1.el7.ppc64le.rpm
ustl-2.8-1.el7.x86_64.htmlA size-optimized STL implementationEPEL 7 for x86_64ustl-2.8-1.el7.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet