Fri, 07 Jun 2024 01:48:33 UTC | login

Information for build memtailor-1.0-13.20200526.git1d13f96.fc33

ID183161
Package Namememtailor
Version1.0
Release13.20200526.git1d13f96.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/memtailor.git#b90bca4e00869cb7022a271647bc50e9568be904
SummaryC++ library of special-purpose memory allocators
DescriptionMemtailor 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 00:23:06 UTC
CompletedSat, 15 Aug 2020 00:51:43 UTC
Taskbuild (f33, /rpms/memtailor.git:b90bca4e00869cb7022a271647bc50e9568be904)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/memtailor.git#b90bca4e00869cb7022a271647bc50e9568be904'}}
Tags
f33
f37
f38
RPMs
src
memtailor-1.0-13.20200526.git1d13f96.fc33.src.rpm (info) (download)
riscv64
memtailor-1.0-13.20200526.git1d13f96.fc33.riscv64.rpm (info) (download)
memtailor-devel-1.0-13.20200526.git1d13f96.fc33.riscv64.rpm (info) (download)
memtailor-debuginfo-1.0-13.20200526.git1d13f96.fc33.riscv64.rpm (info) (download)
memtailor-debugsource-1.0-13.20200526.git1d13f96.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13.20200526.git1d13f96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 01 2020 Jerry James <loganjerry@gmail.com> - 1.0-12.20200526.git1d13f96 - Update to latest upstream snapshot * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild