awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/snmalloc

0
View on GitHub↗
1,844 स्टार्स·123 फोर्क्स·C++·MIT·3 व्यूज़

Snmalloc

Message passing based allocator

Features

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

स्टार हिस्ट्री

microsoft/snmalloc के लिए स्टार हिस्ट्री चार्टmicrosoft/snmalloc के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Snmalloc के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Snmalloc के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • foonathan/memoryfoonathan का अवतार

    foonathan/memory

    1,610GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗1,610
  • google/tcmallocgoogle का अवतार

    google/tcmalloc

    5,255GitHub पर देखें↗

    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++
    GitHub पर देखें↗5,255
  • ivmai/bdwgcivmai का अवतार

    ivmai/bdwgc

    3,486GitHub पर देखें↗

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

    C
    GitHub पर देखें↗3,486
  • emeryberger/hoardemeryberger का अवतार

    emeryberger/Hoard

    1,233GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗1,233
Snmalloc के सभी 13 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

microsoft/snmalloc क्या करता है?

Message passing based allocator

microsoft/snmalloc की मुख्य विशेषताएं क्या हैं?

microsoft/snmalloc की मुख्य विशेषताएं हैं: Memory Management, Memory Allocation।

microsoft/snmalloc के कुछ ओपन-सोर्स विकल्प क्या हैं?

microsoft/snmalloc के ओपन-सोर्स विकल्पों में शामिल हैं: 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…