Package memtailor: Information

    Source package: memtailor
    Version: 1.2-alt1
    Latest version according to Repology
    Build time:  Feb 4, 2026, 04:28 PM in the task #407179
    Category: System/Libraries
    Report package bug
    License: GPL-2.0+ and BSD-3-Clause
    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.

    List of RPM packages built from this SRPM:
    libmemtailor-devel (x86_64, i586, aarch64)
    libmemtailor0 (x86_64, i586, aarch64)
    libmemtailor0-debuginfo (x86_64, i586, aarch64)

    Maintainer: Leontiy Volodin

    List of contributors:
    Leontiy Volodin

    ACL:
    Leontiy Volodin
    @everybody

      1. gcc-c++
      2. libgtest-devel

    Last changed


    Feb. 4, 2026 Leontiy Volodin 1.2-alt1
    - New version 1.2.
    Dec. 15, 2025 Leontiy Volodin 1.1-alt1
    - New version 1.1.
    Aug. 4, 2025 Leontiy Volodin 0.0.67.07c8-alt1
    - New version 0-67-g07c84a6.