mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Update link to full section on concurrency
This commit is contained in:
parent
c885443bbb
commit
c80332db81
@ -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 isn’t 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/)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user