Re: Perl Quiz of the Week #23
colin.rafferty-/PgpppG8B+R7qynMiXIxWgC/[email protected]
| Newsgroups | gmane.comp.lang.perl.qotw.discuss |
|---|---|
| Message-ID | <[email protected]> |
Matthew Walton wrote: > Which implies a larger penalty than I would have thought for the output > formatting routine which turns a Haskell list into one string per line. Not surprising. I found that, in perl, moving from a list to a string gave me a 400% speedup. I'm not sure how much was in formatting the list into a string, and now much was passing around and manipulating the list itself. -- Colin