Y
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
chrisper
3581 days ago
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.
link
wongarsu
3581 days ago
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.
link
weberc2
3580 days ago
The implementation is suboptimal, and Go has some overhead compared to C.
link