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·5 次浏览

Snmalloc

Message passing based allocator

Features

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

Star 历史

microsoft/snmalloc 的 Star 历史图表microsoft/snmalloc 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Snmalloc 的开源替代方案

相似的开源项目,按与 Snmalloc 的功能重合度排序。
  • foonathan/memoryfoonathan 的头像

    foonathan/memory

    1,610在 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++
    在 GitHub 上查看↗1,610
  • google/tcmallocgoogle 的头像

    google/tcmalloc

    5,255在 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++
    在 GitHub 上查看↗5,255
  • ivmai/bdwgcivmai 的头像

    ivmai/bdwgc

    3,486在 GitHub 上查看↗

    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,233在 GitHub 上查看↗

    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…