Fedora 39 Update: memtailor-1.0-24.20230916.gitf785005.fc39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-2aae5096fc
2023-11-10 01:43:43.599556
--------------------------------------------------------------------------------

Name        : memtailor
Product     : Fedora 39
Version     : 1.0
Release     : 24.20230916.gitf785005.fc39
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:

Update `Macaulay2` to 1.22.  https://www.macaulay2.com/doc/Macaulay2-
1.22/share/doc/Macaulay2/Macaulay2Doc/html/_changes_cm_sp1.22.html  At the same
time:  - Update `givaro` to 4.2.0: https://github.com/linbox-
team/givaro/releases/tag/v4.2.0 - Update `fflas-ffpack` to 2.5.0:
https://github.com/linbox-team/fflas-ffpack/releases/tag/v2.5.0 - Update
`linbox` to 1.7.0: https://github.com/linbox-team/linbox/releases/tag/v1.7.0 -
Update `memtailor`, `mathic`, and `mathicgb` to current snapshots
--------------------------------------------------------------------------------
ChangeLog:

* Thu Oct 26 2023 Jerry James <loganjerry@xxxxxxxxx> - 1.0-24.20230916.gitf785005
- Update to latest upstream snapshot
- Upstream now requires C++17
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2032590 - fflas-ffpack-2.5.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2032590
  [ 2 ] Bug #2032674 - givaro-4.2.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2032674
  [ 3 ] Bug #2032716 - linbox-1.7.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2032716
  [ 4 ] Bug #2171426 - Macaulay2: FTBFS in Fedora rawhide/f38
        https://bugzilla.redhat.com/show_bug.cgi?id=2171426
  [ 5 ] Bug #2225688 - Macaulay2: FTBFS in Fedora rawhide/f39
        https://bugzilla.redhat.com/show_bug.cgi?id=2225688
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-2aae5096fc' 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 -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux