Thu, 02 May 2024 19:51:39 UTC | login

Information for build memtailor-1.0-26.20230916.gitf785005.fc40

ID305668
Package Namememtailor
Version1.0
Release26.20230916.gitf785005.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/memtailor.git#c9408b7ebeab2099e2f00866e4b207fda7d8b5d8
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
StartedSun, 14 Apr 2024 17:46:30 UTC
CompletedMon, 15 Apr 2024 08:19:44 UTC
Taskbuild (f40, /rpms/memtailor.git:c9408b7ebeab2099e2f00866e4b207fda7d8b5d8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/memtailor.git#c9408b7ebeab2099e2f00866e4b207fda7d8b5d8'}}
Tags
f40
RPMs
src
memtailor-1.0-26.20230916.gitf785005.fc40.src.rpm (info) (download)
riscv64
memtailor-1.0-26.20230916.gitf785005.fc40.riscv64.rpm (info) (download)
memtailor-devel-1.0-26.20230916.gitf785005.fc40.riscv64.rpm (info) (download)
memtailor-debuginfo-1.0-26.20230916.gitf785005.fc40.riscv64.rpm (info) (download)
memtailor-debugsource-1.0-26.20230916.gitf785005.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-26.20230916.gitf785005 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-25.20230916.gitf785005 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 26 2023 Jerry James <loganjerry@gmail.com> - 1.0-24.20230916.gitf785005 - Update to latest upstream snapshot - Upstream now requires C++17 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-23.20220104.git95dbac7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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