|
|
|
|
|
by dymk
1333 days ago
|
|
It absolutely is a premature optimization. If it's fast enough, then it's fast enough. The author hasn't indicated that the current Go implementation is hitting a ceiling imposed by the language yet. If you'd like to, you can provide some real-world examples - or even microbenchmarks - showing that Go is so much slower than <your choice here> that it's going to make a difference. > Also if both parsers existed and were equally easy to set up They're not equally easy to set up. Language interop is a pain in the pass. |
|