[Haskell-cafe] Haskell vs GC'd imperative languages, threading, parallelizeability (is that a word? :-D )

Hugh Perkins hughperkins at gmail.com
Fri Aug 10 04:09:21 EDT 2007


On 8/10/07, Stefan O'Rear <stefanor at cox.net> wrote:
>
> Bool is 32 bits, but Don is using UArray.  UArray is not parametric in
> the element type, which means it's less generally useful (no UArray of
> Complex Double, for instance), but conversely it is able to use more
> efficient representations depending on the type.
>

Ok, interesting :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070810/4a763712/attachment.htm


More information about the Haskell-Cafe mailing list