I'm writing some fairly complex code involving lazy sequences.  I
appear to be getting a space leak from what looks like something that
is still holding a reference to the head of the sequence.

Does anyone have any advice on how to go about finding this?  Are
there any JVM tools that might perchance tell me, for example, what
classes are near the root of the largest groups of objects in memory.

I guess I needed something to make me feel like I was programming in
Haskell again.

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