Go 1.9

Bienlein via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 22 23:54:50 PDT 2017


On Friday, 23 June 2017 at 06:41:26 UTC, Bienlein wrote:
>> Java, Kotlin, C# are still Jit compiled languages, with the 
>> memory footprint to prove it :)
>
> The memory footprint doesn't matter. Those times are OVER :-).

Here are some references:

http://benchmarksgame.alioth.debian.org/u64q/go.html
http://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=go&lang2=gcc

There you can see how little memory Go uses compared to C and 
Java. Java will also get better as it will also get value types 
in some upcoming JDK.


More information about the Digitalmars-d mailing list