GCC STL源码阅读(一) —— allocator/allocator_traits/new/delete c++ STL allocator/allocator_traits/new/delete
Lecture 7 竞争与并行度 MIT 6.172 Performance Engineering of Software Systems - Lecture 7 Race and Parallelism 竞争和并行度
Lecture 6 多线程编程 MIT 6.172 Performance Engineering of Software Systems - Lecture 6 Multicore Programming
Lecture 4 Assembly Language and Computer Architecture MIT 6.172 Performance Engineering of Software Systems - Lecture 4
Lecture 2 Bentley Rules for Optimizing Work Lecture 2 Bentley Rules for Optimizing Work课程内容本节课主要介绍了一些常见的优化方法,即“New Bentley Rules”。主要介绍的方法总结如下:Data StructureLogicLoopsFunctionsCPUAugmentationConstant Floding and PropagationHoistingInliningPrecomputationCommon-Subexpression El