Skip to content

Commit

Permalink
Mistype fastest method according to "Performance deep dive" page (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
newbie-k authored Jan 28, 2024
1 parent 6c3a597 commit 57b2134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For more information, check the [`if` with short statement approach][approach-if

## Which approach to use?

The `if` with short statement approach benchmarked the fastest.
The `switch` statement approach benchmarked the fastest.
To compare performance of the approaches, check the [Performance article][article-performance].

[approach-switch-statement]: https://exercism.org/tracks/go/exercises/nucleotide-count/approaches/switch-statement
Expand Down

0 comments on commit 57b2134

Please sign in to comment.