On Wed, Jan 14, 2009 at 6:00 AM, bOR_ <boris.sch...@gmail.com> wrote:
>
> However, on this 4core machine, the fib behaves as I would expect when
> I scale up the number of threads, while the multiplication barely
> seems to benefit from the 4 cores. The only difference I see between
> the two functions is that the fib is recursive, but I am not quite
> sure why that would matter.

On my 2-core laptop, I'm seeing loopmult pretty consistently taking
between 2 and 2.7 times as long as loopfib, regardless of the number
of threads.

What exactly are you trying to measure?

--Chouser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to