Hello,

On Mon, Sep 7, 2009 at 7:36 PM, Jonathan
Smith<jonathansmith...@gmail.com> wrote:
>
> Are we sure that it is the aset-* operation that is causing a slowdown
> and not the fact that the aset-* operations are not being inlined,
> whereas the regular aset operation is?

aset-* uses java.lang.reflect.Array and is really slower than aset
which, when properly hinted, dispatch to a specialized static method.

Christophe

--~--~---------~--~----~------------~-------~--~----~
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