Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 00:22
· 240 commits to main since this release
301eef4

The gup command was designed to create as many goroutines as the number of binaries existing in $GOBIN. However, in an environment with a large number of binaries, the CPU load was extremly high.

Therefore, from Ver. 0.19.0, the upper limit of the number of goroutines created is set to the number of CPU cores.
The upper limit for the number of CPU cores used can be changed with the "--jobs" option. The default is the maximum number of CPU cores.

Changelog

  • cb54aa4 Add --jobs option
  • dfe4707 Delete unused code
  • 301eef4 Merge pull request #77 from nao1215/controll-goroutine-num
  • 5a77386 Reduced global variables and removed init()