Hi Shoeb,

At this point, we probably need more data to give a meaningful answer. 
Different core data structures and different coding conventions can mean 
that "the same code" in Clojure and Java will behave quite differently.

Try profiling your Clojure code with a Java profiler such as VisualVM (free) 
or YourKit (commercial). That will show you exactly which functions are 
taking the most time. Then we may be able to recommend ways to eliminate the 
most expensive calls in the Clojure version.

-Stuart Sierra
clojure.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to