Fedora 23 Update: memtailor-0-1.20130809.git722a30c.fc23

updates at fedoraproject.org updates at fedoraproject.org
Sat Sep 19 19:02:20 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-15975
2015-09-19 18:54:03.135696
--------------------------------------------------------------------------------

Name        : memtailor
Product     : Fedora 23
Version     : 0
Release     : 1.20130809.git722a30c.fc23
URL         : https://github.com/broune/memtailor
Summary     : C++ library of special-purpose memory allocators
Description :
Memtailor is a C++ library of special purpose memory allocators.  It
currently offers an arena allocator and a memory pool.

The main motivation to use a memtailor allocator is better and more
predictable performance than you get with new/delete.  Sometimes a
memtailor allocator can also be more convenient due to the ability to
free many allocations at one time.

The Memtailor memory pool is useful if you need to do many allocations
of a fixed size.  For example a memory pool is well suited to allocate
the nodes in a linked list.

You can think of the Memtailor arena allocator as being similar to stack
allocation.  Both kinds of allocation are very fast and require you to
allocate/deallocate memory in last-in-first-out order.  Arena allocation
has the further benefits that it stays within the C++ standard, it will
not cause a stack overflow, you can have multiple arena allocators at
the same time and allocation is not tied to a function invocation.

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

This new package is a C++ library of special purpose memory allocators.  It
currently offers an arena allocator and a memory pool.  The main motivation to
use a memtailor allocator is better and more predictable performance than you
get with new/delete.  Sometimes a memtailor allocator can also be more
convenient due to the ability to free many allocations at one time.  The
Memtailor memory pool is useful if you need to do many allocations of a fixed
size.  For example a memory pool is well suited to allocate the nodes in a
linked list.  You can think of the Memtailor arena allocator as being similar to
stack allocation.  Both kinds of allocation are very fast and require you to
allocate/deallocate memory in last-in-first-out order.  Arena allocation has the
further benefits that it stays within the C++ standard, it will not cause a
stack overflow, you can have multiple arena allocators at the same time and
allocation is not tied to a function invocation.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1260246 - Review Request: memtailor - C++ library of special-purpose memory allocators
        https://bugzilla.redhat.com/show_bug.cgi?id=1260246
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update memtailor' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list