awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/snmalloc

0
View on GitHub↗
1,844 stele·123 fork-uri·C++·MIT·2 vizualizări

Snmalloc

Message passing based allocator

Features

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

Istoric stele

Graficul istoricului de stele pentru microsoft/snmallocGraficul istoricului de stele pentru microsoft/snmalloc

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Snmalloc

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Snmalloc.
  • foonathan/memoryAvatar foonathan

    foonathan/memory

    1,610Vezi pe 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++
    Vezi pe GitHub↗1,610
  • google/tcmallocAvatar google

    google/tcmalloc

    5,255Vezi pe 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++
    Vezi pe GitHub↗5,255
  • ivmai/bdwgcAvatar ivmai

    ivmai/bdwgc

    3,486Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗3,486
  • emeryberger/hoardAvatar emeryberger

    emeryberger/Hoard

    1,233Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗1,233
Vezi toate cele 13 alternative pentru Snmalloc→

Întrebări frecvente

Ce face microsoft/snmalloc?

Message passing based allocator

Care sunt principalele funcționalități ale microsoft/snmalloc?

Principalele funcționalități ale microsoft/snmalloc sunt: Memory Management, Memory Allocation.

Care sunt câteva alternative open-source pentru microsoft/snmalloc?

Alternativele open-source pentru microsoft/snmalloc includ: 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…