On 7/15/07, <b class="gmail_sendername">Donald Bruce Stewart</b> &lt;<a href="mailto:dons@cse.unsw.edu.au">dons@cse.unsw.edu.au</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In this case it is fine. You&#39;re setting bits in the cache. Please use the<br>same algorithm, or any conclusions are meaningless.<br></blockquote></div><br>No, I&#39;m counting prime numbers.&nbsp; Somewhat faster it seems ;-)
<br><br>Let&#39;s put this into the real world a moment.&nbsp; You get a job, or you&#39;re at your job, you spend several weeks writing some super-dooper program, telling everyone how awesome it is because it&#39;s Haskell and it&#39;s l33t!
<br><br>You run it, and it takes 24 hours to run.&nbsp; It&#39;s ok, it&#39;s Haskell.<br><br>Some guy with long hair and no degree comes along, and rewrites your code in C#.&nbsp; Takes him like 30 minutes because he doesnt have to optimize it, it&#39;s done automatically.
<br><br>His program runs in 25 minutes (60 times faster, see the benchmarks above to note that this is realistic).<br><br>Guess who gets fired?<br><br>