top | item 39579213

(no title)

dsff3f3f3f | 2 years ago

Go is perfectly capable of all of the additional optimizations that are in the fastest Java implementation that is linked in the article.

discuss

order

neonsunset|2 years ago

Until some time ago Go did not even have inlining profitability logic in the compiler and could only inline leaf functions, something which is worse than JVM implementations could do in...2005 or so I think?

Are you sure?