Go Commons Pool Versions Save

a generic object pool for golang

v2.1.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jolestar/go-commons-pool/compare/v2.1.1...v2.1.2

v2.1.1

4 years ago

Fix #48 for support go mod.

v2.1.0

4 years ago
  1. Fix bugs #40 #41 #47 #44
  2. Use go mod.

v2.0.0

5 years ago

Includes bug fixes and features included with the 2.0.0 milestone.

v1.1.2

6 years ago
  1. fix StartEvictor bug #18.
  2. fix some typo.

v1.1.1

7 years ago

Fix atomic data race bug. This bug not affect pool.

v1.1

8 years ago

fix golint warning, change const name to golint suggesting style.

v1.0

8 years ago

Go commons pool rewrite the most test case of Apache commons pool, test coverage reached 90%, performance results are similar as Java version, can be used in a production environment, then released version 1.0.