Have you profiled your code to determine where the performance bottlenecks really are?
In Java applications, even large amounts of transient memory usage are not indicative of performance problems - that's kind of the point with automatically managed memory and garbage collection systems... Sean On Fri, Jul 8, 2011 at 12:47 PM, cran1988 <[email protected]> wrote: > I love Clojure ,but Clojure sucks a lot of memory and that frustrates > me ! > I am looking forward to find a way to put mutability in my code the > same way i put immutable data structures. > For example imagine ~[ 1 2 3 4 ] to be mutable vector and every > semicolon that have this ~ in front to be mutable. > > But I dont know from where to start , can you give me some tips ? > Maybe i will create a fork of the compiler > or a binding library based on java collection API > > I know that developers of the compiler will not like it . > However if we succeed , then there is a future of clojure in androids > and desktop aplication ! -- 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
