Sun, 28 Apr 2024 23:10:41 UTC | login

Information for build ustl-2.7-1.fc29

ID71881
Package Nameustl
Version2.7
Release1.fc29
Epoch
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.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Aug 2018 03:55:57 UTC
CompletedTue, 21 Aug 2018 04:05:48 UTC
Taskbuild (f29-candidate, ustl-2.7-1.fc29.src.rpm)
Tags
f29
f30
RPMs
src
ustl-2.7-1.fc29.src.rpm (info) (download)
riscv64
ustl-2.7-1.fc29.riscv64.rpm (info) (download)
ustl-devel-2.7-1.fc29.riscv64.rpm (info) (download)
ustl-debuginfo-2.7-1.fc29.riscv64.rpm (info) (download)
ustl-debugsource-2.7-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Aug 02 2018 Denis Fateyev <denis@fateyev.com> - 2.7-1 - Update to 2.7 version * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Dec 24 2016 Denis Fateyev <denis@fateyev.com> - 2.5-1 - Update to 2.5 version