Created
November 20, 2016 21:05
-
-
Save ivan-kleshnin/0b3b82958af60c6f031585e34a7fe64e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parallel – 2+ processes (or cores) | |
Concurrent – whatever | |
Parallel is for increasing throughput | |
Concurrent is for decreasing latency | |
Parallel is for non-interactive (performance) (few inputs, deterministic or non-deterministic) | |
Concurrent is for interactive (experience) (many inputs, non-deterministic) | |
Parallel – how fast it gets result | |
Concurrent – how fast it responds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment