Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fast/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ often wrong:
because performance is lost all over the place. It will be difficult to
figure out how to get started on performance improvements.
2. If you are developing a library that will be used by other people, the
people who will run into performance problems will be likely to be people
who cannot easily make performance improvements (they will have to
understand the details of code written by other people/teams, and have to
negotiate with them about the importance of performance optimizations).
people who will run into performance problems will likely be people who
cannot easily make performance improvements (they will have to understand
the details of code written by other people/teams, and have to negotiate
with them about the importance of performance optimizations).
3. It is harder to make significant changes to a system when it is in heavy
use.
4. It is also hard to tell if there are performance problems that can be solved
Expand Down