Sorry ,I just guessed that the fault is in immutability I read about for clojure performance tips http://gnuvince.wordpress.com/2009/05/11/clojure-performance-tips/
but i feel it is not enough. On Jul 8, 11:02 pm, Timothy Baldridge <[email protected]> wrote: > > 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 [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
