[Haskell-cafe] announce: Glome.hs-0.3 (Haskell raytracer)

Sebastian Sylvan sebastian.sylvan at gmail.com
Fri Apr 18 17:11:55 EDT 2008


On Fri, Apr 18, 2008 at 9:10 PM, Jim Snow <jsnow at cs.pdx.edu> wrote:

> The scene is shared between threads.  (Complex scenes can be quite large.)
>  I'm assuming this is handled as a read-only shared memory region or
> something similar, as one might expect, and is not actually copied.
>

Ah, when people say "shared memory concurrency", they usually mean shared
*mutable* memory concurrency, which this isn't.


-- 
Sebastian Sylvan
+44(0)7857-300802
UIN: 44640862
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080418/24978ff8/attachment.htm


More information about the Haskell-Cafe mailing list