Update link to full section on concurrency

This commit is contained in:
ErdemOzgen 2024-01-07 14:19:29 +03:00
parent c885443bbb
commit c80332db81
2 changed files with 1 additions and 1 deletions

View File

@ -1687,7 +1687,7 @@ In summary, concurrency provides a structure to solve a problem with parts that
To be a proficient developer, you must acknowledge that concurrency isnt always faster. Solutions involving parallelization of minimal workloads may not necessarily be faster than a sequential implementation. Benchmarking sequential versus concurrent solutions should be the way to validate assumptions.
Read the full section [here](56-concurrency-faster.md).
Read the full section [here](https://100go.co/56-concurrency-faster/).
[Source code :simple-github:](https://github.com/teivah/100-go-mistakes/tree/master/src/08-concurrency-foundations/56-faster/)