[Haskell-cafe] memory-efficient data type for Netflix data -
UArray Int Int vs UArray Int Word8
Bryan O'Sullivan
bos at serpentine.com
Mon Feb 23 13:45:36 EST 2009
2009/2/23 Kenneth Hoste <kenneth.hoste at ugent.be>
> Does anyone know why the Word8 version is not significantly better in terms
> of memory usage?
>
Yes, because there's a typo on line 413 of Data/Array/Vector/Prim/BUArr.hs.
How's that for service? :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090223/d66d3895/attachment-0001.htm
More information about the Haskell-Cafe
mailing list