Donald Bruce Stewart wrote:
> 
> mattcbro:
> 
> Faster, and trivial to write! Here's a complete example:
> 
> ...
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
> 
> 

Thanks for the example.  However for this application,  I like my arrays in
an ascii readable format.  In fact my arrays are themselves packed into a
data record and the show and read mechanism is handy for capturing a
snapshot of this data record, enabling me to inspect the values by opening
the text files.  Moreover my data record files are quite portable across
many platforms.

For processing large amounts of data, however, the binary approach would be
the way to go.
-- 
View this message in context: 
http://www.nabble.com/No-Derived-Read-for-Unboxed-Arrays-tf3119003.html#a8645504
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to