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

Revert Apache2.0 #16

Closed heyanlong closed 2 years ago

heyanlong commented 2 years ago

The project files are all apache2.0 License, but the project is GPLv3 License, too confusing.

heiyeluren commented 2 years ago

@heyanlong 为啥要换成GLP v3协议呀?Apache V2 不是更合适么?原因是啥?麻烦介绍一下

heyanlong commented 2 years ago

Maybe you should to review this PR.

heyanlong commented 2 years ago

This commit is to restore the license to Apache 2.0.

qbhy commented 2 years ago

围观 ~

heiyeluren commented 2 years ago

已经把协议更新了~ 谢谢啦