Skip to content
  • Simon Marlow's avatar
    [project @ 2005-05-23 13:45:51 by simonmar] · 2eaf89de
    Simon Marlow authored
    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.
    2eaf89de