--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2026-a10f3da360
2026-03-18 00:14:40.063645+00:00
--------------------------------------------------------------------------------

Name        : memtailor
Product     : Fedora 44
Version     : 1.3
Release     : 1.fc44
URL         : https://github.com/Macaulay2/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:

Changes in version 1.3:
Actually use soversion
Run unit tests during cmake build
--------------------------------------------------------------------------------
ChangeLog:

* Mon Mar  9 2026 Jerry James <[email protected]> - 1.3-1
- Version 1.3
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2442523 - memtailor-1.3 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2442523
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2026-a10f3da360' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

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
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to