Skip to content

Commit

Permalink
Update exercises/practice/reverse-string/.articles/performance/conten…
Browse files Browse the repository at this point in the history
…t.md

Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
  • Loading branch information
glennj and IsaacG authored Jan 21, 2024
1 parent 30a6f40 commit b04fcb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Performance

We usually don't care that much about performance with shell scripts.
But when we can avoid doing something we know is slow, especially if this slow thing is done repeatedly inside a loop, avoid it.
When we know something is slow, we can avoid it.
This matters much more when the operation is done inside loop.

## String length is slow

Expand Down

0 comments on commit b04fcb2

Please sign in to comment.