
9 Dec
2005
9 Dec
'05
3:23 a.m.
On Thu, 8 Dec 2005, Branimir Maksimovic wrote:
From: Henning Thielemann
To: Branimir Maksimovic CC: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] Differences in optimisiation with interactive and compiled mode Date: Thu, 8 Dec 2005 18:38:45 +0100 (MET) On Thu, 8 Dec 2005, Branimir Maksimovic wrote:
program performs search replace on a String
http://www.haskell.org/pipermail/haskell-cafe/2005-April/009692.html
This is nice and ellegant but example search replace program runs more then 50% faster with my implementation.
Is this intended: *SearchReplace> searchr "ha" "lo" "hha" "hha" ?