awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mattconte avatar

mattconte/tlsf

0
View on GitHub↗
1,571 estrellas·231 forks·C·1 vista

Tlsf

Two-Level Segregated Fit memory allocator implementation.

Features

  • Memory Allocation - Two-Level Segregated Fit dynamic memory allocator.

Historial de estrellas

Gráfico del historial de estrellas de mattconte/tlsfGráfico del historial de estrellas de mattconte/tlsf

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tlsf

Proyectos open-source similares, clasificados según cuántas características comparten con Tlsf.
  • foonathan/memoryAvatar de foonathan

    foonathan/memory

    1,610Ver en 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++
    Ver en GitHub↗1,610
  • google/tcmallocAvatar de google

    google/tcmalloc

    5,255Ver en 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++
    Ver en GitHub↗5,255
  • ivmai/bdwgcAvatar de ivmai

    ivmai/bdwgc

    3,486Ver en GitHub↗

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

    C
    Ver en GitHub↗3,486
  • emeryberger/hoardAvatar de emeryberger

    emeryberger/Hoard

    1,233Ver en GitHub↗

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

    C++
    Ver en GitHub↗1,233
Ver las 13 alternativas a Tlsf→

Preguntas frecuentes

¿Qué hace mattconte/tlsf?

Two-Level Segregated Fit memory allocator implementation.

¿Cuáles son las características principales de mattconte/tlsf?

Las características principales de mattconte/tlsf son: Memory Allocation.

¿Qué alternativas de código abierto existen para mattconte/tlsf?

Las alternativas de código abierto para mattconte/tlsf incluyen: foonathan/memory — STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but… google/tcmalloc — Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale… 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… microsoft/mimalloc — Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce… emeryberger/hoard — The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.