I/O overhead in opening and writing files
J Baptist
arc38813 at hotmail.com
Tue Aug 28 09:19:02 CEST 2012
Even with Text.Show.ByteString, which is supposed to avoid unnecessary string conversions, performance does not improve.
Date: Mon, 27 Aug 2012 20:05:19 -0700
Subject: Re: I/O overhead in opening and writing files
From: bos at serpentine.com
To: arc38813 at hotmail.com
CC: johan.tibell at gmail.com; glasgow-haskell-users at haskell.org
On Mon, Aug 27, 2012 at 3:25 PM, J Baptist <arc38813 at hotmail.com> wrote:
The problem may be that even with ByteStrings, we are stuck using show, and thus Strings, at some point.
Wait, what are you actually trying to do? If you have a benchmark that's half sane and half bonkers (cf. use of show), then yeah, it's not going to do so well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20120828/8aa3a418/attachment.htm>
More information about the Glasgow-haskell-users
mailing list