Everyone is welcome to make faster versions if they can figure out how.

I suspect that most of the time is spent in BigInteger math in that
particular program.  If so, type annotation won't speed that up.

Glad to be proved wrong, though!

Andy

On Sun, Sep 18, 2011 at 12:02 AM, Vagif Verdi <vagif.ve...@gmail.com> wrote:

> Check for example this code:
>
> http://shootout.alioth.debian.org/u64q/program.php?test=pidigits&lang=clojure&id=1
>
> It is slower than scala 8 (!!!) times.
> But peppering it with types can easily bring it on par with java/
> scala.
>
> Any takers ?
>
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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