Skip to content

Commit 6c211f5

Browse files
authored
improve grammar
1 parent 69bd18d commit 6c211f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EN/5_performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are many performance indicators, I'm writing down those that currently com
2929

3030
Some of these indicators depend on each other, in correlation or in inverse correlation.
3131

32-
Examples of correletions:
32+
Examples of correlations:
3333

3434
* by dropping memory consumption, cache misses also drop, which improves throughput.
3535
* by reducing the amount of created objects, throughput increases
@@ -39,8 +39,8 @@ Examples of inverse correlations:
3939
* to improve the real-time rate, a real-time GC is needed → throughput declines
4040
* having special code paths for often occurring values might increase memory or disc usage
4141

42-
It's important to be aware which of these indicators need to improve, what influence that will have on the other indicators and if that changes are still in acceptable limits.
43-
Furthermore, as computers are constantly evolving, it might be important to reevaluate ones choices that were appropriate in the past.
42+
It's important to be aware which of these indicators need to improve, what influence that will have on the other indicators and if those changes are still in acceptable limits.
43+
Furthermore, as computers are constantly evolving, it might be important to reevaluate one's choices that were appropriate in the past.
4444

4545
For instance, a long time ago, memory was the main restriction, but the amount of memory we can use has constantly grown over time. But this time we might want to use cloud computing, where memory usage equals money, so memory consumption might be relevant yet again.
4646

0 commit comments

Comments
 (0)