Automatic mutual exclusion explained
Automatic mutual exclusion is a parallel computing programming paradigm in which threads are divided into atomic chunks, and the atomic execution of the chunks automatically parallelized using transactional memory.[1] [2]
See also
Notes and References
- Web site: Automatic Mutual Exclusion . Microsoft Research . 2012-08-09 . dead . https://web.archive.org/web/20120618175826/http://research.microsoft.com/en-us/projects/ame/default.aspx . 2012-06-18 .
- Web site: Multicore Programming in PyPy and CPython. Armin Rigo. 9 August 2012. PyPy Status Blog. 2012-08-09.