18 Oct
2005
18 Oct
'05
8:56 p.m.
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