[project @ 2005-05-23 13:45:51 by simonmar]
conc051 tests MVar throughput between the main thread and a child thread. In the threaded/SMP runtimes, this kind of communication has a high overhead because real OS threaded switches are required (the main thread is bound, the child thread is unbound). It's a good stress test, anyhow.
Please register or sign in to comment