🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
Go to file
Andy Pan c5e17c566b update 2018-05-20 10:23:49 +08:00
LICENSE Initial commit 2018-05-19 09:13:39 +08:00
README.md init proj 2018-05-19 09:15:54 +08:00
ants.go optimize memory using 2018-05-20 03:35:31 +08:00
ants_benchmark_test.go optimize memory using 2018-05-20 03:35:31 +08:00
ants_logo.png init proj 2018-05-19 09:15:54 +08:00
ants_test.go use sync.Pool to recycle goroutines 2018-05-20 02:52:39 +08:00
pool.go update 2018-05-20 10:23:49 +08:00
worker.go optimize memory using 2018-05-20 03:35:31 +08:00

README.md

ants

A goroutine pool for Go