« earlier | later » Page 7 of 18
Concurrent Idioms #1: Broadcasting values in Go with linked channels. « Savoury Morsels edit / delete
Not really an idiom, since he says he's not found a use for it yet, but it's a cute trick: using buffered channels as shared variables.
to buffering channels concurrency go ... on 19 January 2011
Concurrent and Real-time Systems: The CSP Approach edit / delete
Steve's classic CSP book is now available online for free. Woohoo!
to concurrency csp etext ... on 11 January 2011
Parallel Processing Letters (PPL) edit / delete
A "letters" (short papers, fast turnaround) journal for parallelism.
to concurrency journal parallel research ... on 06 January 2011
Making coroutines fast edit / delete
Why swapcontext (about the only good idea POSIX has ever had with regard to concurrency) isn't as fast as it ought to be.
to concurrency posix runtimes ... on 02 January 2011
protobuf - Project Hosting on Google Code edit / delete
Google library for packing and unpacking reasonably complicated structured protocols. This'd be useful for distributed simulation.
to concurrency network protocol research software ... on 21 November 2010
Is Transactional Programming Actually Easier? | Lambda the Ultimate edit / delete
Doing the experiment, rather than just speculating. (Although they're comparing it with T&L rather than anything more sensible.)
to concurrency teaching transactional ... on 30 October 2010
A Brief Retrospective on Transactional Memory edit / delete
A Microsoft perspective on TM.
to concurrency transactional ... on 30 October 2010
GreenArrays, Inc. edit / delete
Chuck Moore's latest Forth chip, with multiple cores and a channel-ish communication mechanism. Might be fun to play with.
to concurrency cpu embedded forth microcontroller multicore parallel ... on 29 October 2010
Practical Parallel and Concurrent Programming edit / delete
Microsoft's shot at a parallel programming course. I don't like the tools, but the outline is sensible.
to concurrency parallel teaching ... on 25 October 2010
« earlier | later » Page 7 of 18
tasty by Adam Sampson.