提交 18eee258 编写于 作者: R russelltao

增加描述

上级 97fa4090
......@@ -3,6 +3,8 @@
autoconf、automake、libtool
CentOS下安装:yum install autoconf automake libtool
Ubuntu下安装:apt-get install autoconf、automake、libtool
#### 下载gperftool
https://github.com/gperftools/gperftools.git
#### 生成configure文件
./autogen.sh
#### 生成Makefile文件
......
《极客时间:分布式高性能程序优化30讲》示例代码
1-cpu_cache目录:第1讲 CPU缓存:怎样写代码能够提升缓存命中率?
\ No newline at end of file
## 《极客时间:分布式高性能程序优化30讲》示例代码
#### 1-cpu_cache目录:01|CPU缓存:怎样写代码能够提升缓存命中率?
#### 2-memory目录:02|内存池 : 如何更快的分配内存?
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册