On 9/25/12 11:37 PM, Ben Smith-Mannschott wrote:
On Tue, Sep 25, 2012 at 1:53 AM, James Hess wrote:
Hi experienced clojure gurus,
According to VisualVM 24% of my time is spent in
clojure.lang.Keyword.hashCode. I'm sure I am doing something wrong (i.e. I'm
not blaming clojure's implementation).
On Tue, Sep 25, 2012 at 1:53 AM, James Hess wrote:
> Hi experienced clojure gurus,
> According to VisualVM 24% of my time is spent in
> clojure.lang.Keyword.hashCode. I'm sure I am doing something wrong (i.e. I'm
> not blaming clojure's implementation). Is this an indication that I'm using
> keyw
Hi experienced clojure gurus,
According to VisualVM 24% of my time is spent in
clojure.lang.Keyword.hashCode. I'm sure I am doing something wrong (i.e.
I'm not blaming clojure's implementation). Is this an indication that I'm
using keywords too much or something like that? Have other people ran i