Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

memtailor-1.0-22.20220104.git95dbac7.fc38 RPM for s390x

From Fedora 38 for s390x / m

Name: memtailor Distribution: Fedora Project
Version: 1.0 Vendor: Fedora Project
Release: 22.20220104.git95dbac7.fc38 Build date: Tue Jan 31 03:38:02 2023
Group: Unspecified Build host: buildvm-s390x-18.s390.fedoraproject.org
Size: 19266 Source RPM: memtailor-1.0-22.20220104.git95dbac7.fc38.src.rpm
Packager: Fedora Project
Url: https://github.com/Macaulay2/memtailor
Summary: C++ library of special-purpose memory allocators
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.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jan 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-22.20220104.git95dbac7
  - Build with C++17 instead of C++11, since gtest 0.13.0 requires C++14 or later
  - Make BuildRequires on autoconf and automake explicit
  - Run autoreconf in build instead of prep
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-21.20220104.git95dbac7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Nov 28 2022 Jerry James <loganjerry@gmail.com> - 1.0-20.20220104.git95dbac7
  - Fix URL in the pkgconfig file
  - Convert License tag to SPDX
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-20.20220104.git95dbac7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Mar 03 2022 Jerry James <loganjerry@gmail.com> - 1.0-19.20220104.git95dbac7
  - Update to latest upstream snapshot
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-18.20210930.git123afe0
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Oct 07 2021 Jerry James <loganjerry@gmail.com> - 1.0-17.20210930.git123afe0
  - Update to latest upstream snapshot
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-16.20200709.git777c5d2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 17 2021 Jerry James <loganjerry@gmail.com> - 1.0-15.20200709.git777c5d2
  - Update to latest upstream snapshot

Files

/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/5ad99f87e25092c738f0d398a07b08d5390c55
/usr/lib64/libmemtailor.so.0
/usr/lib64/libmemtailor.so.0.0.0
/usr/share/doc/memtailor
/usr/share/doc/memtailor/README.md
/usr/share/licenses/memtailor
/usr/share/licenses/memtailor/license.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 23:07:34 2024