Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
1 comments
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
Either the implementation or the compiler is lacking some optimization.