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☆103Updated last year
- a simple netpoll implemented using go☆78Updated 2 years ago
- 100w连接仅需500-700MB内存,针对海量连接特别优化的websocket库(kqueue, epoll),高性能,callback写法,在服务器cpu上有不俗表现 https://github.com/antlabs/greatws-example☆84Updated 3 weeks ago
- a simple fsm for Go☆51Updated 3 years ago
- Simple and high-performance data structures and algorithms library☆59Updated last month
- ☆99Updated 2 years ago
- 快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set☆27Updated 7 months ago
- Go实现的各种加密算法,包括对称密码(DES,3DES,AES),非对称密码(DH,RSA)等☆36Updated 2 years ago
- pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍☆92Updated 3 months ago
- xrpc is a concise and lightweight RPC framework based on message queues☆10Updated last year
- websocket benchmark tool☆24Updated last year
- Mir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.☆85Updated last month
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆50Updated last year
- goev is a lightweight, concise i/o event demultiplexer implementation in Go☆193Updated last year
- 🎉 Utilities for go (常用的助手函数, 0 依赖, 性能至上)☆36Updated 2 months ago
- 谈谈Go泛型 - GopherChina 2023 大会分享☆24Updated 2 years ago
- Package greuse provides Listen and Dial functions that set socket options in order to be able to reuse ports. You should only use this pa…☆62Updated 5 years ago
- 高性能分布式自增id生成器☆62Updated 6 years ago
- A tool to generate bun, gorm, sql, sqlx and xorm sql code.☆85Updated 2 years ago
- firetower 基于golang构建的websocket开发框架 | 推送 | IM | 游戏☆54Updated 4 months ago
- Golang辅助函数(aes加解密,随机字符串,Emoji,IP,JWT,日志,SQL防注入,标准时间转化,微信支付签名,json转结构体等)☆6Updated last year
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆198Updated last week
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆285Updated 7 months ago
- Small and easy-to-use golang pprof web UI, support Docker, x86, ARM, macOS☆59Updated last year
- golang orm and sql builder☆180Updated 3 years ago
- 用户访问频率控制ratelimit,不同于网关级限流(包括go.uber.org/ratelimit漏桶限流以及github.com/juju/ratelimit令牌桶限流),本限流方案为业务级限流,适用于平台运营中,精细化的按单个用户,按IP等限流,为业内rdeis滑动窗…☆102Updated last year
- 基于kratos 的聚合消息推送平台☆90Updated 2 years ago
- golang epoll实现☆88Updated last year
- 3百万QPS benchmark测试☆35Updated 2 years ago
- 一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache☆33Updated 4 months ago