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