/
Run serial logic in parallel
Run serial logic in parallel
If you have slow logic dependent on say a slow external input/output process then one optimization technique is to run things in parallel. This can be done using asynchronous I/O or running logic on multiple threads at once. These are both solutions to the same underlying problem.
, multiple selections available,
Related content
Run slow processes in the background
Run slow processes in the background
More like this
Optimizing I/O by Reading & Writing in Large Chunks
Optimizing I/O by Reading & Writing in Large Chunks
More like this
Distract your users from a slow process
Distract your users from a slow process
More like this
Understand timing and thread interaction
Understand timing and thread interaction
More like this
More material on bottlenecks
More material on bottlenecks
More like this
Theory of Constraints - Eliyadu Goldratt
Theory of Constraints - Eliyadu Goldratt
More like this