> For the complete documentation index, see [llms.txt](https://hansimov.gitbook.io/csapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hansimov.gitbook.io/csapp/labs/perf-lab.md).

# 实验 6：Performance Lab

## 实验附件

* README
  * <http://csapp.cs.cmu.edu/3e/README-perflab>
* Writeup
  * <http://csapp.cs.cmu.edu/3e/perflab.pdf>
* 版本历史
  * <http://csapp.cs.cmu.edu/3e/perflab-release.html>
* 自学材料
  * <http://csapp.cs.cmu.edu/3e/perflab-handout.tar>

## 实验简介

学生优化应用核心函数的性能，比如卷积或矩阵转置。该实验清晰地演示了高速缓存（cache memories）的属性，并让学生积累了优化底层程序的经验。
