Skip to content

Releases: POABOB/grpool

Grpool v1.0.2

15 Sep 09:12
Compare
Choose a tag to compare

What's Changed

  • Use gofmt to lint the project and make sure that the report is higher score.

Grpool v1.0.1

15 Sep 02:02
Compare
Choose a tag to compare

What's Changed

  • fix bug of allocation the space of workers would cause bug, because of lower capacity of array.
  • add a benchmark test.

Grpool v1.0.0

14 Sep 05:45
Compare
Choose a tag to compare

Features

  • Limiting and recycling a massive number of goroutines automatically
  • Clearing stale goroutines periodically
  • Customize settings for goroutine pool
  • Higher performance than a massive of original goroutines