« earlier | later » Page 12 of 18
Ct: C for Throughput Computing edit / delete
Intel's approach to implicit parallelism: a C++ library that lets you write expressions which compile down to parallel code. I suspect debugging this would be "interesting".
to c++ concurrency multicore research ... on 23 September 2008
OpenStomp(TM) Home edit / delete
Propeller-based guitar effects unit. Looks fun. Shame it's Windows-only.
to concurrency electronics guitar process-editor propeller ... on 17 September 2008
Includes a "greenlets" module that provides coroutines for Python without needing to modify the interpreter. We could build a CSP scheduler on top of this fairly easily (even using multiple threads).
to concurrency lightweight-concurrency python research software ... on 17 September 2008
python-safethread - Google Code edit / delete
CPython modified for better (i.e. no GIL) concurrency. The design rationale is interesting, although I think it's bonkers.
to concurrency python research software ... on 02 September 2008
Concurrency - parrotcode edit / delete
"Independent Concurrency"?
to concurrency perl research ... on 02 September 2008
What's New in Python 2.6 edit / delete
Two interesting things: the multiprocessing module which provides some new farming facilities, and the ast module which provides a Python parser that we could use to do static checking.
to compiler concurrency python research ... on 02 September 2008
Objectives | GGCC edit / delete
Project adding static analysis facilities to GCC. Perhaps we might be able to do occam-style analysis of C/C++ this way -- alias checking should certainly be trivial.
to compiler concurrency research ... on 31 May 2008
Worth getting a position paper about process-oriented programming into?
to concurrency conference research ... on 01 April 2008
ice08:ice08 [1st Interaction and Concurrency Experience (ICE'08)] edit / delete
Worth targetting something about barriers or poison to.
to concurrency conference research ... on 01 April 2008
Atomic_ops project edit / delete
Portable atomic ops library. Might be useful for CCSP/C++CSP porting?
to concurrency research software ... on 24 March 2008
« earlier | later » Page 12 of 18
tasty by Adam Sampson.