On Sun, May 30, 2010 at 3:49 PM, Rubén Béjar <ruben.be...@gmail.com> wrote:
>
> is not very precise with that short periods of time) and  in Clojure the
> 2000x2000 CA
> is updated in 98 secs some times and up to 150 s. other times (the 500x500
> was 4 secs),


When numbers fluctuate like that I'm pretty sure you're hitting GC. Another
reason to use transients if you're going to use vectors to store a lot of
data.

David

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