Fri, 17 May 2024 08:37:47 UTC | login

Information for RPM memtailor-1.0-26.20230916.gitf785005.fc40.src.rpm

ID1290103
Namememtailor
Version1.0
Release26.20230916.gitf785005.fc40
Epoch
Archsrc
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.
Build Time2024-04-15 08:14:13 GMT
Size51.46 KB
bb562eaeaff67bd7d8c6c910f89dce2c
LicenseBSD-3-Clause
Buildrootf40-build-805930-144879
Provides
memtailor = 1.0-26.20230916.gitf785005.fc40
memtailor-debuginfo = 1.0-26.20230916.gitf785005.fc40
memtailor-debugsource = 1.0-26.20230916.gitf785005.fc40
memtailor-devel = 1.0-26.20230916.gitf785005.fc40
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
autoconf
automake
gcc-c++
libtool
make
pkgconfig(gtest)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
Macaulay2-memtailor-f785005.tar.gz25.75 KB
memtailor-gtest.patch1.56 KB
memtailor.spec7.53 KB
Component of No Buildroots