We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2248188 commit 11def64Copy full SHA for 11def64
source/c14/p14_make_your_program_run_faster.rst
@@ -14,7 +14,7 @@
14
如果你的程序运行缓慢,首先你得使用14.13小节的技术先对它进行性能测试找到问题所在。
15
16
通常来讲你会发现你得程序在少数几个热点地方花费了大量时间,
17
-不然内存的数据处理循环。一旦你定位到这些点,你就可以使用下面这些实用技术来加速程序运行。
+比如内存的数据处理循环。一旦你定位到这些点,你就可以使用下面这些实用技术来加速程序运行。
18
19
**使用函数**
20
0 commit comments