Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: remove goroutine pool #7564

Merged
merged 2 commits into from
Aug 31, 2018
Merged

Commits on Aug 31, 2018

  1. *: remove goroutine pool

    goroutine pool was introduced to handle stack copy cost, Go1.11 many
    optimizations for stack copy, after upgrading to Go1.1, goroutine
    pool is not necessary any more.
    tiancaiamao committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    60c9b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd37b9 View commit details
    Browse the repository at this point in the history