lxzan / concurrencyLinks
通用型任务队列, 带并发控制和故障恢复
☆24Updated last year
Alternatives and similar repositories for concurrency
Users that are interested in concurrency are comparing it to the libraries listed below
Sorting:
- 高性能websocket库, Callback写法,在高频cpu上有不俗表现 https://github.com/antlabs/quickws-example☆104Updated last year
- 100w连接仅需500-700MB内存,针对海量连接特别优化的websocket库(kqueue, epoll),高性能,callback写法,在服务器cpu上有不俗表现 https://github.com/antlabs/greatws-example☆86Updated 3 months ago
- a simple netpoll implemented using go☆79Updated 2 years ago
- Simple and high-performance data structures and algorithms library☆59Updated 4 months ago
- a simple fsm for Go☆51Updated 3 years ago
- ☆99Updated 2 years ago
- Go实现的各种加密算法,包括对称密码(DES,3DES,AES),非对称密码(DH,RSA)等☆36Updated 3 years ago
- xrpc is a concise and lightweight RPC framework based on message queues☆10Updated last year
- 快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set☆28Updated 9 months ago
- Mir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.