[Haskell] Haskell fast (?) arrays
Taral
taralx at gmail.com
Tue May 1 13:36:16 EDT 2007
On 5/1/07, Federico Squartini <federico.squartini at googlemail.com> wrote:
> Thanks for the hints. It's a pity that (as far as I know) no one has
> written a tutorial on those techniques, because I think it would be
> appreciated. Some of them are quite involved and learning them just by
> reading code is very time consuming.
I personally recommend to people that if sections of your code are
really performance-critical, you should consider writing them in a
lower-level lanaguage like C and using FFI for access.
P.S. I wonder if jhc could improve the output code?
--
Taral <taralx at gmail.com>
"You can't prove anything."
-- Gödel's Incompetence Theorem
More information about the Haskell
mailing list