Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
ants
🐜🐜🐜 A high-performance goroutine pool in Go, inspired by fasthttp.⚡️⚡️⚡️
Collective -
Host: opensource -
https://opencollective.com/ants
- Code: https://github.com/panjf2000/ants
what about adding a costumed UID for every task, so we can avoid repeatedly submit same task.
github.com/panjf2000/ants - CormickKneey opened this issue over 2 years ago
github.com/panjf2000/ants - CormickKneey opened this issue over 2 years ago
Submitting task supports passing in arguments
github.com/panjf2000/ants - hanfezh opened this pull request over 2 years ago
github.com/panjf2000/ants - hanfezh opened this pull request over 2 years ago
chore: remove the unused member variable: size of workerStack
github.com/panjf2000/ants - zqkgo opened this pull request over 2 years ago
github.com/panjf2000/ants - zqkgo opened this pull request over 2 years ago
How do I get the results of my tasks
github.com/panjf2000/ants - iGen1us opened this issue over 2 years ago
github.com/panjf2000/ants - iGen1us opened this issue over 2 years ago
Performance differences between go1.13 and 1.14 and later versions
github.com/panjf2000/ants - Keima-lpj opened this issue over 2 years ago
github.com/panjf2000/ants - Keima-lpj opened this issue over 2 years ago
期望能有 TuneMaxBlockingTasks(size int) 动态调整功能
github.com/panjf2000/ants - fufuok opened this issue over 2 years ago
github.com/panjf2000/ants - fufuok opened this issue over 2 years ago
想知道是你们是怎么做压测的,光看速度的话,我试了一下,还不如原生的
github.com/panjf2000/ants - yxiupei opened this issue over 2 years ago
github.com/panjf2000/ants - yxiupei opened this issue over 2 years ago
Handling a worker / task that has failed
github.com/panjf2000/ants - FeurJak opened this issue over 2 years ago
github.com/panjf2000/ants - FeurJak opened this issue over 2 years ago
What happens to Routine when it has finished?
github.com/panjf2000/ants - FeurJak opened this issue over 2 years ago
github.com/panjf2000/ants - FeurJak opened this issue over 2 years ago
ants 和 waitgroup一起使用时出现 negative waitGroup counter问题
github.com/panjf2000/ants - huangketsudou opened this issue over 2 years ago
github.com/panjf2000/ants - huangketsudou opened this issue over 2 years ago
is the latest 1.18 go routine faster than this?
github.com/panjf2000/ants - hiqsociety opened this issue almost 3 years ago
github.com/panjf2000/ants - hiqsociety opened this issue almost 3 years ago
any difference between this and https://github.com/bytedance/gopkg/tree/develop/util/gopool
github.com/panjf2000/ants - hiqsociety opened this issue almost 3 years ago
github.com/panjf2000/ants - hiqsociety opened this issue almost 3 years ago
goWorkerWithFunc:recycleTime is not thread safe
github.com/panjf2000/ants - arrony135 opened this issue almost 3 years ago
github.com/panjf2000/ants - arrony135 opened this issue almost 3 years ago
`purgePeriodically` function is left running for a while after `pool.Release` is called
github.com/panjf2000/ants - ShivanshVij opened this issue almost 3 years ago
github.com/panjf2000/ants - ShivanshVij opened this issue almost 3 years ago
Remove worker_func.go and modify pool_func.go simplifying the library
github.com/panjf2000/ants - lucafmarques opened this pull request almost 3 years ago
github.com/panjf2000/ants - lucafmarques opened this pull request almost 3 years ago
Awake the blocking callers when Tune(size int) is invoked to expand the pool
github.com/panjf2000/ants - fanlongteng opened this pull request almost 3 years ago
github.com/panjf2000/ants - fanlongteng opened this pull request almost 3 years ago
请问当ants在执行CPU密集型任务时,调度时能否不打断任务?
github.com/panjf2000/ants - dragon-zhang opened this issue almost 3 years ago
github.com/panjf2000/ants - dragon-zhang opened this issue almost 3 years ago
Add binarysearch of loop queue
github.com/panjf2000/ants - bright2227 opened this pull request almost 3 years ago
github.com/panjf2000/ants - bright2227 opened this pull request almost 3 years ago
当使用Tune(size int)放大容量时,之前blocking的任务并不会立即执行
github.com/panjf2000/ants - nzx824 opened this issue almost 3 years ago
github.com/panjf2000/ants - nzx824 opened this issue almost 3 years ago
如何设置协程池初始协程的大小的呢?有没有计算公式?
github.com/panjf2000/ants - 18310983239 opened this issue about 3 years ago
github.com/panjf2000/ants - 18310983239 opened this issue about 3 years ago
What is the appropriate number of goroutine pools for different hardware resources?
github.com/panjf2000/ants - NICEXAI opened this issue about 3 years ago
github.com/panjf2000/ants - NICEXAI opened this issue about 3 years ago
你好,请问可以开个循环处理队列一直不关闭吗?会不会占用很高内存或者cpu
github.com/panjf2000/ants - shikingram opened this issue about 3 years ago
github.com/panjf2000/ants - shikingram opened this issue about 3 years ago
请问使用默认 AntsPool 需要手动释放资源吗?
github.com/panjf2000/ants - guowei-gong opened this issue about 3 years ago
github.com/panjf2000/ants - guowei-gong opened this issue about 3 years ago
worker with func exits from a panic: sync: negative WaitGroup counter
github.com/panjf2000/ants - WyntersN opened this issue about 3 years ago
github.com/panjf2000/ants - WyntersN opened this issue about 3 years ago
optimize: calculating mid in binary search
github.com/panjf2000/ants - qmdx00 opened this pull request about 3 years ago
github.com/panjf2000/ants - qmdx00 opened this pull request about 3 years ago
在传给Submit的task函数中调用Submit可能导致block
github.com/panjf2000/ants - bigwhite opened this issue about 3 years ago
github.com/panjf2000/ants - bigwhite opened this issue about 3 years ago
频繁通过pool.Tune方法来实现动态增加/减少协程的数量
github.com/panjf2000/ants - longrbl opened this issue about 3 years ago
github.com/panjf2000/ants - longrbl opened this issue about 3 years ago
How do I call database insert operation using ants
github.com/panjf2000/ants - kiranupadhyak opened this issue about 3 years ago
github.com/panjf2000/ants - kiranupadhyak opened this issue about 3 years ago
Replace goto with simple for loop
github.com/panjf2000/ants - lord63 opened this pull request about 3 years ago
github.com/panjf2000/ants - lord63 opened this pull request about 3 years ago
add more test about spinlock
github.com/panjf2000/ants - liu-song opened this pull request about 3 years ago
github.com/panjf2000/ants - liu-song opened this pull request about 3 years ago
Pause API is needed in some scenario
github.com/panjf2000/ants - lilien1010 opened this issue about 3 years ago
github.com/panjf2000/ants - lilien1010 opened this issue about 3 years ago
add shopify into user cases
github.com/panjf2000/ants - lilien1010 opened this pull request about 3 years ago
github.com/panjf2000/ants - lilien1010 opened this pull request about 3 years ago
Shopify,Inc is using this project on production, maybe we ad a logo on user case.
github.com/panjf2000/ants - lilien1010 opened this issue about 3 years ago
github.com/panjf2000/ants - lilien1010 opened this issue about 3 years ago
Update the link of one of the relevant articles
github.com/panjf2000/ants - TwiN opened this pull request over 3 years ago
github.com/panjf2000/ants - TwiN opened this pull request over 3 years ago
Update the link of one of the relevant articles
github.com/panjf2000/ants - TwiN opened this pull request over 3 years ago
github.com/panjf2000/ants - TwiN opened this pull request over 3 years ago
style: fixed some typos in the comments
github.com/panjf2000/ants - automano opened this pull request over 3 years ago
github.com/panjf2000/ants - automano opened this pull request over 3 years ago
try heavily overload panjf with lots of locks and unlock, then u can see lock slow, semaphore issues and crash
github.com/panjf2000/ants - hiqsociety opened this issue over 3 years ago
github.com/panjf2000/ants - hiqsociety opened this issue over 3 years ago
feat: goroutine exits immediately
github.com/panjf2000/ants - exfly opened this pull request over 3 years ago
github.com/panjf2000/ants - exfly opened this pull request over 3 years ago
doing so to call invoke does a lot of memory allocations.
github.com/panjf2000/ants - superdolt opened this issue over 3 years ago
github.com/panjf2000/ants - superdolt opened this issue over 3 years ago
Announcement: please replace ants v1.2.0 with v1.2.1
github.com/panjf2000/ants - panjf2000 opened this issue over 3 years ago
github.com/panjf2000/ants - panjf2000 opened this issue over 3 years ago
allow NewPoolWithFunc can invoke with nil argument
github.com/panjf2000/ants - bingoohuang opened this pull request over 3 years ago
github.com/panjf2000/ants - bingoohuang opened this pull request over 3 years ago
偶发情况下revertWorker内time.Now()占用CPU较高
github.com/panjf2000/ants - chiselX opened this issue over 3 years ago
github.com/panjf2000/ants - chiselX opened this issue over 3 years ago
Submit a task with args to pool
github.com/panjf2000/ants - icecube092 opened this pull request over 3 years ago
github.com/panjf2000/ants - icecube092 opened this pull request over 3 years ago
关于 [Issue 142][Why not “p.Running()<capacity”] 的问题
github.com/panjf2000/ants - math345 opened this issue almost 4 years ago
github.com/panjf2000/ants - math345 opened this issue almost 4 years ago
I just realised your server spec must be very very good
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
About the performace when using ants in websocket
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
About the memory consumption of pool
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
Does this means we can perform soft-realtime goroutine using this feature like erlang?
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
github.com/panjf2000/ants - gitmko0 opened this issue about 4 years ago
how to pass context and other args in pool_func?
github.com/panjf2000/ants - kungf opened this issue almost 5 years ago
github.com/panjf2000/ants - kungf opened this issue almost 5 years ago