P3TERX / Aria2-Pro-Core

Aria2 static binaries for GNU/Linux with some powerful feature patches. | 破解无限线程 防掉线程优化 静态编译 二进制文件 增强版
GNU General Public License v3.0
385 stars 103 forks source link

Tcmalloc Request #4

Open SKIYET opened 3 years ago

SKIYET commented 3 years ago

Dear

In the aria2 project,there is a issue about the comparation about jemalloc with tcmalloc. Seemed the tcmalloc is more effective.

P3TERX commented 3 years ago

There are many papers online about the comparison between them, and there is not really a definitive answer as to who is more effective. jemalloc is much simpler to compile, so I gave it preference. adding it may cause some compatibility issues though, so I've removed it for now. As for tcmalloc, I'll try it later when I have time.

lsq commented 3 years ago

android aarch64上面jemalloc用gcc还是clang都编译不过去

ghost commented 3 years ago

你好,能不能编译Windows平台下的程序,谢谢