Fine :) It's a nice improvement.

Else, to have an idea about the memory management I found a good article again:
http://www.ibm.com/developerworks/java/library/j-codetoheap/index.html

It's interesting to understand the twists and turns of the JVM memory usage :)


On 01/05/2013 12:40 PM, Marko Topolnik wrote:

It is good to know that, as of Java 7 Update 6, the String overhead has been reduced by two ints (should be 8 bytes): there is no more sharing of the /char[]/ and, consequently, no more /offset/ and /count/ variables.
--
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

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