193k views
2 votes
Give an example of application where multithreading gives improved performance over single-threading

User Bactos
by
8.4k points

1 Answer

2 votes
One example for this would be that Concurrency improves the performance by potentially offloading compute intensive operations onto another core or processor, By doing this, we will allow the program to keep doing its sequential operations and will increase the responsiveness of the apps.
User Goblin
by
7.9k points