That is a whole lot of code to check and test for optimizations :P

How are you identifying the problems in your code that need optimization? 
Are you doing some kind of profiling or just trying stuff out? If you are 
not doing it already, I would recommend using VisualVM [1] to get a clearer 
picture on what is taking so long to execute so then you can attack the 
specific problem. If you have a specific question then on how to improve 
your code's performance, I think a lot people in the list would be glad to 
help.   

Hope it helps!

Juan

[1]: http://visualvm.java.net/

On Monday, October 13, 2014 10:12:31 AM UTC-3, Ashish Negi wrote:
>
> It would be great if you people can help me with the optimization and it 
> may work..
> or can just guide me towards resources.. :)
>
> Thanks 
>

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to