
MIT 6.172
文章平均质量分 73
是对MIT公开课Performance Engineering of Software Systems的学习笔记。
napoleonhoo
这个作者很懒,什么都没留下…
展开
-
Lecture 7 竞争与并行度
MIT 6.172 Performance Engineering of Software Systems - Lecture 7 Race and Parallelism 竞争和并行度原创 2022-09-12 17:34:53 · 168 阅读 · 0 评论 -
Lecture 6 多线程编程
MIT 6.172 Performance Engineering of Software Systems - Lecture 6 Multicore Programming原创 2022-08-28 12:07:45 · 562 阅读 · 0 评论 -
Lecture 5 C to Assembly
MIT 6.172 Lecture 5 C to Assembly原创 2022-08-21 13:37:16 · 252 阅读 · 0 评论 -
Lecture 4 Assembly Language and Computer Architecture
MIT 6.172 Performance Engineering of Software Systems - Lecture 4原创 2022-07-31 13:34:57 · 224 阅读 · 0 评论 -
Lecture 3 Bit Hacks
MIT 6.172 Performance Engineering of Software Systems Lecture 3 Bit Hacks原创 2022-05-15 17:53:09 · 145 阅读 · 0 评论 -
Lecture 1 Introduction & Matrix Multiplication
Introduction & Matrix Multiplication原创 2022-04-06 20:48:13 · 128 阅读 · 0 评论 -
Lecture 2 Bentley Rules for Optimizing Work
Lecture 2 Bentley Rules for Optimizing Work课程内容本节课主要介绍了一些常见的优化方法,即“New Bentley Rules”。主要介绍的方法总结如下:Data StructureLogicLoopsFunctionsCPUAugmentationConstant Floding and PropagationHoistingInliningPrecomputationCommon-Subexpression El原创 2022-04-09 17:39:36 · 563 阅读 · 0 评论