Re: [Haskell-cafe] List x ByteString x Lazy Bytestring

2011-12-06 Thread John Sneer
Thank you for your replies and provided links. Unfortunately, I cannot provide the code as my boss thinks it could provide some extra information - definitely not Haskellish, but other. Nevetheless, your contribution was helpful and I was able to tune the code to get even better perofmance.

Re: [Haskell-cafe] List x ByteString x Lazy Bytestring

2011-12-06 Thread John Sneer
Hello! I've used Haskell and GHC to solve particular real life application. 4 tools were developed and their function is almost the same - they modify textual input according to patterns found in the text. Thus, it Hmm, modification can be a problem for ByteStrings, since it

[Haskell-cafe] List x ByteString x Lazy Bytestring

2011-12-05 Thread John Sneer
Hello Café, I've used Haskell and GHC to solve particular real life application. 4 tools were developed and their function is almost the same - they modify textual input according to patterns found in the text. Thus, it is something like a compiler, the result is also a text and it is not

[Haskell-cafe] Building Haskell Platform natively for 64bit Windows

2011-05-18 Thread John Sneer
. -- John Sneer johnsn...@operamail.com -- http://www.fastmail.fm - Does exactly what it says on the tin ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Links into list

2011-05-02 Thread John Sneer
such tricks. Thanks John -- John Sneer johnsn...@operamail.com -- http://www.fastmail.fm - A no graphics, no pop-ups email service ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Links into list

2011-05-02 Thread John Sneer
Well, I have more or less similar solution, but its efficiency for map/foldr etc. is quite low :-( Nevertheless, probably no other solution. BR and thanks John -- John Sneer johnsn...@operamail.com On Mon, 02 May 2011 08:32 -0300, Felipe Almeida Lessa felipe.le...@gmail.com wrote