Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ustl | Distribution: Fedora Project |
Version: 2.8 | Vendor: Fedora Project |
Release: 9.el9 | Build date: Fri Feb 11 18:12:49 2022 |
Group: Unspecified | Build host: buildvm-ppc64le-39.iad2.fedoraproject.org |
Size: 138631 | Source RPM: ustl-2.8-9.el9.src.rpm |
Packager: Fedora Project | |
Url: http://msharov.github.io/ustl/ | |
Summary: A size-optimized STL implementation |
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.
MIT
* Thu Feb 10 2022 Denis Fateyev <denis@fateyev.com> - 2.8-9 - Spec modernize and cleanup * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/bf /usr/lib/.build-id/bf/e731f8fa691ccc3d31154710fa5ad1abe1eec6 /usr/lib64/libustl.so.2 /usr/lib64/libustl.so.2.8 /usr/share/doc/ustl /usr/share/doc/ustl/README /usr/share/licenses/ustl /usr/share/licenses/ustl/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 14 03:58:52 2024