Fri, 03 May 2024 21:54:38 UTC | login

Information for RPM ustl-2.8-5.fc33.src.rpm

ID690102
Nameustl
Version2.8
Release5.fc33
Epoch
Archsrc
SummaryA size-optimized STL implementation
DescriptionThe 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.
Build Time2020-08-14 15:45:10 GMT
Size183.90 KB
2c32f414f96320c12ffc29073f0c6002
LicenseMIT
Buildrootf33-build-296523-55715
Provides
ustl = 2.8-5.fc33
ustl-debuginfo = 2.8-5.fc33
ustl-debugsource = 2.8-5.fc33
ustl-devel = 2.8-5.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
coreutils
gcc-c++
libstdc++-static
make
pkgconfig
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
sed
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
ustl-2.8.tar.gz172.76 KB
ustl.spec5.69 KB
Component of No Buildroots