|
|
|
|
|
by fighting
3686 days ago
|
|
Go seems to be still a bit of a black box in terms of performance/memory profiling. On one recent project, the go memory profiler was showing about 35MB allocated while top showed memory usage at 500MB to 1GB. In another instance the performance profiler would show microseconds elapsed while the user experienced tens of minutes with no response from the program. I really think they should consider including a function level profiler instead of just a sampler, as well as provide more insight/control over all the goroutines that are generated. Just saying golang is better than node.js may not be saying all that much. |
|