Roman Chaliy
Results
2
issues of
Roman Chaliy
## Background Functions `runtime.concatstring{2,3,4,5}` were added by commit: https://github.com/golang/go/commit/24699fb05c897dbaec3fe4f1d565c3c9da5078fc to avoid using C varargs (accordingly written in c). After these functions have been replaced to Golang code by commit https://github.com/golang/go/commit/61dca94e107170d2ff3beb13bb9fa5ce49d8d6fd,...
Performance
NeedsInvestigation
compiler/runtime
Maybe add to function `WriteTo` the feature for write to exist directory? two choices: 1. Change exist function: ```go // WriteTo writes the given node to the local filesystem at...
need/triage