heiyeluren/xmm
XMM is a high performance third party memory manager for Go environments that is not affected by Gc and guarantees high performance. XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现能够应对各种场景下大小内存的 分配/释放 工作,能自主构建高性能的 链表/树/哈希表等各类数据结构,能良好完美的逃逸掉Go内置的GC机制,是构建高性能程序基础设施。
GoApache-2.0
Issues
- 1
- 1
Panic when concurrency alloc
#30 opened by fly3366 - 2
xmm目前支持 Linux/Mac/FreeBSD,暂时不支持Windows,是指什么意思呢?
#29 opened by ankisme - 1
有新版本的发布计划吗
#28 opened by jobsyou - 6
是否 windows,linux,mac 三者都支持
#27 opened by jinsuojinsuo - 5
我觉得超高性能场景就用rust或者c/c++ 吧
#7 opened by hutu1st - 3
是否有对比实验证明这个库在某种tradeoff的情况下比golang自带的好?好多少?
#21 opened by bronze1man - 2
- 6
建议把src这一层目录拿掉
#4 opened by bigwhite - 2
请问适用场景
#18 opened by luluxiao94 - 6
What's the tradeoff?
#10 opened by Miigon - 1
看源码貌似不支持空结构体的分配
#3 opened by qiujiafei