--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-034be36a97
2019-01-17 03:01:19.222568
--------------------------------------------------------------------------------

Name        : ustl
Product     : Fedora EPEL 7
Version     : 2.8
Release     : 1.el7
URL         : http://msharov.github.io/ustl/
Summary     : A size-optimized STL implementation
Description :
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.

--------------------------------------------------------------------------------
Update Information:

Version 2.8:  - Mark the project obsolete. - Add ustl::begin, cbegin, end, cend,
data, and size. - Add istringstream(const char*) constructor. - Add
to_string(unsigned). - Add operator!=(pointer) overload to smart pointers. -
Correct advance to modify the pointer argument. - Preallocate string returned by
to_string. - istringstream::read will now keep incomplete reads. - Require clang
4 to for c++11 on OSX. - Remove exchange from pre-14 code.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1662767 - ustl: 2.8 upstream release available
        https://bugzilla.redhat.com/show_bug.cgi?id=1662767
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update ustl' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
epel-package-announce mailing list -- 
epel-package-announce@lists.fedoraproject.org
To unsubscribe send an email to 
epel-package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-package-announce@lists.fedoraproject.org

Reply via email to