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

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

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

foonathan/memory

0
View on GitHub↗
1,610 स्टार्स·207 फोर्क्स·C++·Zlib·2 व्यूज़memory.foonathan.net↗

Memory

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

Features

  • Memory Management - STL-compatible memory allocator library.
  • Memory Allocation - STL compatible memory allocator library.

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

foonathan/memory के लिए स्टार हिस्ट्री चार्टfoonathan/memory के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Memory के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • jemalloc/jemallocjemalloc का अवतार

    jemalloc/jemalloc

    10,950GitHub पर देखें↗

    jemalloc is a general purpose C memory allocator designed as a replacement for the standard library malloc and free functions. It is a multi-threaded allocation library that emphasizes fragmentation avoidance and scalable concurrency for high-performance applications. The project reduces lock contention by using multiple independent memory arenas and thread-local cache layers. It minimizes latency by offloading the reclamation of unused memory pages to asynchronous background threads and utilizes huge page metadata storage to reduce translation lookaside buffer misses. The system includes a

    C
    GitHub पर देखें↗10,950
  • 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
Memory के सभी 13 विकल्प देखें→

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

foonathan/memory क्या करता है?

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

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

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

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

foonathan/memory के ओपन-सोर्स विकल्पों में शामिल हैं: 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… microsoft/snmalloc — Message passing based allocator.