"Building with Go" Slowdown After Version Upgrade
Following an upgrade from Go 1.2.1 to 1.3 on Windows 7 (64-bit), users have reported significant performance degradation during "go build" operations, with execution times increasing from around 4 to over 45 seconds.
Possible Cause:
This slowdown may be attributed to the recompilation of dependencies each time "go build" is executed.
Solution:
To resolve this issue, consider the following:
The above is the detailed content of Why is 'go build' so slow after upgrading to Go 1.3?. For more information, please follow other related articles on the PHP Chinese website!