« earlier | later » Page 4 of 18
Lockfree Algorithms - 1024cores edit / delete
Basic lock-free algorithms.
to algorithm concurrency lockfree ... on 16 September 2012
IPC Protocols - MozillaWiki edit / delete
Protocol specifications from the Mozilla project (they plan to model-check using SPIN).
to concurrency ipc model-checking mozilla spin ... on 03 April 2012
Eventlet Networking Library edit / delete
Python concurrency library using greenlets -- effectively "Twisted done right". This looks worth experimenting with.
to concurrency greenlets networking python software ... on 24 March 2012
TransactionalMemory - GCC Wiki edit / delete
GCC has implemented the ICC transactions extension (-ish). Hmmm. Perhaps this'd be worth a lecture in 0803?
to ag0803 compiler concurrency gcc transactional-memory ... on 03 December 2011
Userspace RCU | LTTng Project edit / delete
I could imagine uses for this in simulation -- perhaps Tim's transactional stuff?
to concurrency rcu simulation software ... on 15 November 2011
Daniel's Blog: Android messaging and concurrency (for native code development) edit / delete
Rapid overview of message-passing within Android.
to android concurrency message-passing phone programming ... on 29 September 2011
Gilbert's occam-pi manual (in French).
to concurrency occam teaching ... on 22 September 2011
High-Performance Synchronization for Shared-Memory Parallel Programs | University of Rochester Computer Science edit / delete
Code for assorted synchronisation operations. TBB uses this as a reference.
to concurrency parallelism research software synchronisation ... on 12 September 2011
simonmar/monad-par - GitHub edit / delete
A parallel monad from Simon M.
to concurrency haskell parallel ... on 02 September 2011
Chapter 1. Boost.Lockfree edit / delete
A prototype Boost-ish lock-free algorithms package.
to boost c++ concurrency lockfree ... on 05 August 2011
« earlier | later » Page 4 of 18
tasty by Adam Sampson.