[Haskell-cafe] Differences in optimisiation with interactive
and compiled mo
Henning Thielemann
lemming at henning-thielemann.de
Fri Dec 9 03:23:53 EST 2005
On Thu, 8 Dec 2005, Branimir Maksimovic wrote:
>> From: Henning Thielemann <lemming at henning-thielemann.de>
>> To: Branimir Maksimovic <bmaxa at hotmail.com>
>> CC: haskell-cafe at 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"
?
More information about the Haskell-Cafe
mailing list