[Haskell-cafe] Data.ByteString.Lazy.ByteString vs Data.ByteString.Lazy.Internal.ByteString

C K Kashyap ckkashyap at gmail.com
Thu Mar 17 06:51:29 CET 2011


I had started exploring the internal - PS constructor route looking at the
base64 encoding implementation by Bryan (which is really fast -
http://www.serpentine.com/blog/2010/09/02/fast-base64-encoding-and-decoding-in-haskell/)-
I was wondering if we don't use the PS constructor can we implement
base64 encoding that's comparable? I mean, can we create an asymptotically
similar implementation?

Regards,
Kashyap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110317/3d66c7eb/attachment.htm>


More information about the Haskell-Cafe mailing list