[Haskell-cafe] looking for optimization advice

David Roundy droundy at abridgegame.org
Sat Mar 27 07:52:37 EST 2004


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


More information about the Haskell-Cafe mailing list