|
|
|
|
|
by ajbeach22
2677 days ago
|
|
> Highly optimized C++ or C library with javascript wrapper beats golang hurr durrr At what point is it C++ beats golang vs javascript beats golang? IMO these kinds of benchmarks are disingenuous at best. The benefit of go here is that i don't have to write c++ or c if i need to submit a bug fix, and I don't have layers of abstraction around libraries written in a different language. The last thing I want to is to try and debug the underlying c or c++ libraries when things go wrong. At least with go, pprof and other go tools make debugging low level things straight forward |
|