There are no standard benchmarks for lightweight concurrency. What are typical workloads, and how do we stress and evaluate these runtimes?
This involves studying parallel code in a number of languages and projects (large and small), identifying common patterns, distilling those patterns to code, and implementing those patterns in multiple languages. Erlang, Go, and occam-π are all likely starting points for comparison.
