[Haskell-cafe] FPS lib

Donald Bruce Stewart dons at cse.unsw.edu.au
Tue Oct 18 20:56:53 EDT 2005


kr.angelov:
> Hello Guys,
> 
> I tried my own version of PackedStrings and the results are very nice.
> It is entirely based on ByteArray# and Int#. I have made two tests:

As an aside, Yi used to use ByteArray#'s for buffers, I then switched to
ForeignPtrs (a la FastPackedString) -- and the code got faster.

-- Don



More information about the Haskell-Cafe mailing list