参考链接¶
- Performance Comparison of mmap() versus read() versus fread() https://eklausmeier.wordpress.com/2016/02/03/performance-comparison-mmap-versus-read-versus-fread/
- 性能测试工具Gprof http://www.cnblogs.com/ustcyc/archive/2013/04/09/3010033.html
- 玩转CPU Topology http://www.udpwork.com/item/8801.html
- 谁动了我的cpu - oprofile使用札记 http://www.cnblogs.com/bangerlee/archive/2012/08/30/2659435.html
- SMP、NUMA、MPP体系结构介绍 http://www.cnblogs.com/yubo/archive/2010/04/23/1718810.html
- How to get isolcpus kernel parameter working with Precise 12.04 amd64? https://askubuntu.com/questions/165075/how-to-get-isolcpus-kernel-parameter-working-with-precise-12-04-amd64
- 时间测量分法 https://www.zhihu.com/question/28559933
- High Performance Time Measurement in Linux https://aufather.wordpress.com/2010/09/08/high-performance-time-measuremen-in-linux/
- Performance of clock_gettime() on numa https://stackoverflow.com/questions/28181743/performance-of-clock-gettime-on-numa
- Programming Optimization http://www.azillionmonkeys.com/qed/optimize.html
- perf Linux下的系统性能调优工具 https://www.ibm.com/developerworks/cn/linux/l-cn-perf1/
- 如何高效的访问内存 http://www.lenky.info/archives/2011/11/310
- 踩内存检测 http://www.lenky.info/archives/2011/12/446
- 64-ia-32架构优化手册(中文翻译) https://blog.csdn.net/wuhui_gdnt/article/details/61194306
- CPU and Chipset Guide http://archive.arstechnica.com/cpu/index.html
- SIMD 编程的优势 –TickerTape Part 2 https://software.intel.com/zh-cn/articles/ticker-tape-part-2
- 使用 AVX 系列指令集进行向量化 https://enigmahuang.github.io/2017/09/29/AVX-SIMD/
- Parallel programming using Haswell architecture https://stackoverflow.com/questions/20933746/parallel-programming-using-haswell-architecture
- Using AVX Without Writing AVX Code https://software.intel.com/en-us/articles/using-avx-without-writing-avx-code
- Getting started with SSE programming http://supercomputingblog.com/optimization/getting-started-with-sse-programming/
- 代码优化概要 https://coolshell.cn/articles/2967.html
- C/C++代码优化的27个建议 http://blog.jobbole.com/67880/
- [dpdk-dev] rte_prefetch0() performance info http://mails.dpdk.org/archives/dev/2015-March/014680.html
- Intel® Intrinsics Guide https://software.intel.com/en-us/comment/1758892