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机制,是构建高性能程序基础设施。
Apache License 2.0
1.12k stars 123 forks source link

V.0.2.0 #12

Closed heiyeluren closed 2 years ago

heiyeluren commented 2 years ago

Modified features include

  1. adjust the directory structure to be more in line with the Go module specification
  2. add English documentation, convenient for domestic and foreign open source fans to use
  3. add English comments to the test code for easy reading
heiyeluren commented 2 years ago

Modified features include

  1. adjust the directory structure to be more in line with the Go module specification
  2. add English documentation, convenient for domestic and foreign open source fans to use
  3. add English comments to the test code for easy reading