7 ms·
Why should C and Go (AOT compiled) be faster than Java for pure integer numerics? For long-running simple tight loops of numerics, I'd assume HotSpot would be f
by supersillyus 14y ago
Why should C and Go (AOT compiled) be faster than Java for pure integer numerics?
For long-running simple tight loops of numerics, I'd assume HotSpot would be faster.
- igouy 14y agoDon't assume -- measure.