An Events Based Algorithm for Distributing Concurrent Tasks on Multicore Architectures
Posted
on Dr Dobbs
See other posts from Dr Dobbs
Published on Mon, 26 Apr 2010 00:00:00 EDT
Indexed on
2010/04/26
16:54 UTC
Read the original article
Hit count: 309
Filed under:
This algorithm makes effcient use of memory resources by limiting the need for garbage collection and takes optimal advantage of multiple cores by employing a "hungry" pull strategy.
Algorithm - Garbage collection - Programming - Memory Management - Languages
Algorithm - Garbage collection - Programming - Memory Management - Languages
© Dr Dobbs or respective owner