KO
|
EN
gitlite — search
Search
#javascript
#ai
#python
#typescript
#css
#discord
#docker
#groq
#python3
#automation
#html
#nextjs
go-workerpool
★ 71
Open GitHub ↗
Worker pool implementation
Download README (.md)
Explore Similar Repositories
Firebase-CRUD-Example
:
Firebase CRUD example
recipe-parser
:
Natural language parser for recipes and lists of ingredients
Snapchat-Filter
:
3 facial filters on a webcam feed using OpenCV & ML - face swap, glasses and moustache
python-study
:
我的Python学习代码
IntroduccionPatronesDiseno
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-workerpool
?
Download (.md)
# go-workerpool Worker pool implementation. Target is `Make it be a high performance golang module, used in any way` ## Introduction Inspiration by below link, want to implement a common library to support mass throughput system arch. http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/ ## Prototype Producer -> Generate Data Consumer -> Processing Data Worker -> Do the real job