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-2.0 License

Stars
1.1K
Committers
11

Bot releases are hidden (Show)

xmm - xmm version v0.2.7 Latest Release

Published by heiyeluren over 2 years ago

What's Changed

XMM性能测试部分代码和文档升级

Full Changelog: https://github.com/heiyeluren/xmm/compare/v0.2.6...v0.2.7

xmm - XMM version v0.2.6

Published by heiyeluren over 2 years ago

What's Changed

修改一些小问题
增加性能测试程序和测试数据

Full Changelog: https://github.com/heiyeluren/xmm/compare/v0.2.5...v0.2.6

xmm - xmm version v0.2.5

Published by heiyeluren over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/heiyeluren/xmm/compare/v0.2.4...v0.2.5

xmm - XMM version v0.2.4

Published by heiyeluren over 2 years ago

Full Changelog: https://github.com/heiyeluren/XMM/compare/v0.2.3...v0.2.4

Change go.mod / go.sum File
Fixed go get fail bug

xmm - XMM version v0.2.3

Published by heiyeluren over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/heiyeluren/XMM/compare/v0.2.2...v0.2.3

xmm - XMM version v0.2.2

Published by heiyeluren over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/heiyeluren/XMM/compare/v0.2.1...v0.2.2

xmm - xmm version v0.2.1

Published by heiyeluren over 2 years ago

  1. restructuring the catalogue
  2. adjusting the specification of some documents and comments
xmm - xmm version 0.2.0

Published by heiyeluren over 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

后续使用XMM必须是:
import github.com/heiyeluren/xmm

xmm - xmm version 0.1.2

Published by heiyeluren over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/heiyeluren/XMM/compare/v0.1.1...v0.1.2

xmm - xmm version 0.1.1

Published by heiyeluren over 2 years ago

xmm - xmm version 0.1

Published by heiyeluren over 2 years ago

Package Rankings
Top 3.42% on Proxy.golang.org
Related Projects