> I love Clojure ,but Clojure sucks a lot of memory  and that frustrates
> me !

I seriously doubt the memory bloat is due to the immutable structures.
During a fast inner loop that is allocating tons of structures, you
may see a little memory bloat, but that's only until the GC catches
up. I'm pretty sure you're barking up the wrong tree here.

Do you have any proof that immutable structures are causing the bloat?
Or are you just guessing. Remember, "premature optimization is the
root of much evil."

Timothy


-- 
“One of the main causes of the fall of the Roman Empire was
that–lacking zero–they had no way to indicate successful termination
of their C programs.”
(Robert Firth)

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