RE: [Haskell-cafe] looking for optimization advice

26 Mar
2004
26 Mar
'04
2:04 p.m.
Would it ba faster to store the strings as UArrays and do the comparison in Haskell? Regards, Keean.

27 Mar
27 Mar
12:52 p.m.
New subject: looking for optimization advice
On Fri, Mar 26, 2004 at 02:04:21PM +0000, MR K P SCHUPKE wrote:
Would it ba faster to store the strings as UArrays and do the comparison in Haskell?
I would guess not, at least not for large strings. But in any case, about half the time my ForeignPtrs point to mmapped files, so using UArrays isn't an option. -- David Roundy http://www.abridgegame.org
7772
Age (days ago)
7773
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Roundy
-
MR K P SCHUPKE