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/
http://erlang.org/doc/efficiency_guide/advanced.html#9
(I haven't tried this:
erts_debug:flat_size(dict:new()).
Does anyone know how Erlang compares to Java in regards to memory usage/performance?