[Haskell-cafe] Progress on shootout entries
Bulat Ziganshin
bulatz at HotPOP.com
Wed Jan 4 08:57:38 EST 2006
Hello Sebastian,
Wednesday, January 04, 2006, 5:13:57 AM, you wrote:
>> complArr = array ('A','Z') (self ++ complAssoc)
UArray, indexed starting from '\0', will work faster
SS> Oops! Apologies to whoever wrote the orignal version! Apparently I
SS> didn't read the spec carefully enough, the sequences are supposed to
SS> be reversed, which is why simply writing one line at a time doesn't
SS> work.
if you need to hold much strings in memory, use FastString package
from jhc, darcs, or my own attached to this letter
--
Best regards,
Bulat mailto:bulatz at HotPOP.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UTF8Z.hs
Type: application/octet-stream
Size: 7481 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20060104/57aaed84/UTF8Z-0001.obj
More information about the Haskell-Cafe
mailing list