awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/snmalloc

0
View on GitHub↗
1,844 stars·123 forks·C++·MIT·3 vues

Snmalloc

Message passing based allocator

Features

  • Memory Management - Message-passing based high-performance allocator.
  • Memory Allocation - Message passing based high-performance allocator.

Historique des stars

Graphique de l'historique des stars pour microsoft/snmallocGraphique de l'historique des stars pour microsoft/snmalloc

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Snmalloc

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Snmalloc.
  • foonathan/memoryAvatar de foonathan

    foonathan/memory

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

    google/tcmalloc

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

    ivmai/bdwgc

    3,486Voir sur GitHub↗

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

    C
    Voir sur GitHub↗3,486
  • emeryberger/hoardAvatar de emeryberger

    emeryberger/Hoard

    1,233Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗1,233
Voir les 13 alternatives à Snmalloc→

Questions fréquentes

Que fait microsoft/snmalloc ?

Message passing based allocator

Quelles sont les fonctionnalités principales de microsoft/snmalloc ?

Les fonctionnalités principales de microsoft/snmalloc sont : Memory Management, Memory Allocation.

Quelles sont les alternatives open-source à microsoft/snmalloc ?

Les alternatives open-source à microsoft/snmalloc incluent : 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…