Hacker News new | ask | show | jobs
by baq 3581 days ago
ultimately it's of academic interest - the end user doesn't care what precisely is going on under the hood.
1 comments

I thought it is rather part of the solution/answer to the issue. It is expected to be slower, so it's not necessarily broken. Kind of it's a feature, not a bug.
If one language is 50% slower in file reading and a simple state mashine that iterates over an array, that's not a feature.

Either the implementation or the compiler is lacking some optimization.

The implementation is suboptimal, and Go has some overhead compared to C.