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

asked
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.
answered
User Goblin
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.