[erlang-questions] Erlang is the best choice for building commercial application servers

Edward Wang edward.yu.wang@REDACTED
Thu Mar 15 21:32:07 CET 2012


On Mar 16, 2012 3:59 AM, "Jesper Louis Andersen" <
jesper.louis.andersen@REDACTED> wrote:
>
> On 3/15/12 12:55 AM, Jan Burse wrote:
>>
>>
>> But the Java performance also surprised me. Especially since
>> the code contains many new expressions. But rumors have
>> it that new is just a pointer decrement in Java.
>>
> It may be more than a rumor. Most GC'ed languages turn out to do
something like that, and the allocation only costs for deallocation if you
keep a reference to the allocated object.
>
It becomes even better since copy collectors only need to copy and move
live objects, not dead ones. So there's no deallocation cost for them. More
details here in case you are interested:

http://www.ibm.com/developerworks/java/library/j-jtp09275/index.html

Regards,
Edward
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120316/93756ad3/attachment.htm>


More information about the erlang-questions mailing list