awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mtrebi avatar

mtrebi/memory-allocators

0
View on GitHub↗

Memory Allocators

Custom memory allocators in C++ to improve the performance of dynamic memory allocation

Features

  • Memory Management - Custom allocators for performance optimization.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • Memory Allocation - Custom allocators for improved dynamic memory performance.
  • 1,977 stars·172 forks·C++·MIT·18 views

    Star history

    Star history chart for mtrebi/memory-allocatorsStar history chart for mtrebi/memory-allocators

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does mtrebi/memory-allocators do?

    Custom memory allocators in C++ to improve the performance of dynamic memory allocation

    What are the main features of mtrebi/memory-allocators?

    The main features of mtrebi/memory-allocators are: Memory Management, Memory Allocation.

    Which projects share features with mtrebi/memory-allocators?

    Projects with overlapping indexed features include: foonathan/memory — STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but… emeryberger/hoard — The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. ivmai/bdwgc — The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc). jemalloc/jemalloc — jemalloc is a general purpose C memory allocator designed as a replacement for the standard library malloc and free… google/tcmalloc — Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale… microsoft/mimalloc — Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce…

    Projects sharing features with Memory Allocators

    These projects share indexed features with Memory Allocators. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • foonathan/memoryfoonathan avatar

      foonathan/memory

      1,610View on GitHub↗

      STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

      C++
      View on GitHub↗1,610
    • google/tcmallocgoogle avatar

      google/tcmalloc

      5,255View on GitHub↗

      Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale services. It functions as a thread-caching memory allocator that reduces lock contention in multi-threaded applications to maintain stability and performance during concurrent workloads. The project focuses on high-concurrency memory allocation and multithreaded application scaling. It employs a strategy of providing per-thread caches to ensure fast memory access and improve the throughput of parallel programs in low-level system programming environments. The library manages

      C++
      View on GitHub↗5,255
    • ivmai/bdwgcivmai avatar

      ivmai/bdwgc

      3,486View on GitHub↗

      The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

      C
      View on GitHub↗3,486
    • emeryberger/hoardemeryberger avatar

      emeryberger/Hoard

      1,233View on GitHub↗

      The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

      C++
      View on GitHub↗1,233
    Compare all 13 related projects→