Re: [Haskell-cafe] Text.JSON, Speed and Bytestrings

2009-07-11 Thread Don Stewart
mxcantor: > Hi Cafe, > > I am using the Text.JSON library to [un]marshall messages passed over > the network and was wondering if the speed would be significantly > improved by either changing the code or adding a module to implement the > same functionality using Bytestrings instead of classi

[Haskell-cafe] Text.JSON, Speed and Bytestrings

2009-07-10 Thread Max Cantor
Hi Cafe, I am using the Text.JSON library to [un]marshall messages passed over the network and was wondering if the speed would be significantly improved by either changing the code or adding a module to implement the same functionality using Bytestrings instead of classical strings? If