Building Memory-efficient Java Applications
domino.research.ibm.com
Building Memory-efficient Java Applications
1–10 of 16 posts
Re: Building Memory-efficient Java Applications
#2Re: Building Memory-efficient Java Applications
#3After a few hours playing with it, you will never forget the precious lessons on this presentation.
Re: Building Memory-efficient Java Applications
#4Re: Building Memory-efficient Java Applications
#5Man, that's just annoying.
Re: Building Memory-efficient Java Applications
#6Does anyone know how Erlang compares to Java in regards to memory usage/performance?
Re: Building Memory-efficient Java Applications
#7This is probably an 'apple and oranges' type of question, but I haven't used Erlang, nor Java to build large applications. Does anyone know how Erlang compares to Java in regards to memory usage/performance?
Re: Building Memory-efficient Java Applications
#8This is probably an 'apple and oranges' type of question, but I haven't used Erlang, nor Java to build large applications. Does anyone know how Erlang compares to Java in regards to memory usage/performance?
Re: Building Memory-efficient Java Applications
#9Re: Building Memory-efficient Java Applications
#10This is probably an 'apple and oranges' type of question, but I haven't used Erlang, nor Java to build large applications. Does anyone know how Erlang compares to Java in regards to memory usage/performance?
I can't find a reference for erlang's representation but I believe it has only a little more overhead than ocaml which is described here - http://rwmj.wordpress.com/2009/08/04/ocaml-internals/