Hi Andy,

On Tue, Aug 11, 2009 at 8:15 AM, Andy Fingerhut <
andy_finger...@alum.wustl.edu> wrote:

> I've tried an approach like you suggest, using mutable Java arrays of
> doubles, macros using aget / aset-double for reading and writing these
> arrays, and loop/recur everywhere iteration is needed in the inner
> loop.  It is here:


aget-* and aset-* are slow, just use aget and aset with type hints.

Christophe

-- 
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.blogspot.com/ (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