Tech Tutorials Database
GeekArticles Programming C++
 

Avoiding Heap Contention Among Threads

 
Author: codeproject.com
Category: C++
Comments (0)

Allocating memory from the system heap can be an expensive operation due to a lock used by system runtime libraries to synchronize access to the heap. Contention on this lock can limit the performance benefits from multithreading. Learn how to solve this problem.

Read More...




Sponsored Links




Read Next: Exploiting Data Parallelism in Ordered Data Streams



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe