chen3feng / stl4goLinks
Generic Container and Algorithm Library for Go
☆345Updated last year
Alternatives and similar repositories for stl4go
Users that are interested in stl4go are comparing it to the libraries listed below
Sorting:
- lockfree queue☆472Updated 2 years ago
- unbounded chan☆456Updated last year
- Service Reliability Algorithm☆227Updated 2 months ago
- Golang implementation of Hierarchical Timing Wheels.☆703Updated 2 years ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆287Updated last year
- 🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and suppo…☆266Updated 6 months ago
- ☆499Updated 2 weeks ago
- golang timewheel similar to glang std timer☆297Updated 2 years ago
- Dynamically and efficiently operate RPC data for Go☆175Updated last week
- Connection pool for Go's grpc client with supports connection reuse.☆214Updated 3 years ago
- Go Test Workshop☆100Updated last year
- self-aware Golang profile dumper☆1,142Updated 7 months ago
- A high performance inter-process communication golang library developed by CloudWeGo☆495Updated last month
- Lightweight Go SDK used as Proxyless Service Governance☆143Updated this week
- Clone any Go data structure deeply and thoroughly.☆324Updated 7 months ago
- Go语言猴子补丁框架☆130Updated last year
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆174Updated last year
- 🔥gg is a basic library of generics for Go language developed by ByteDance. It is based on the Go 1.18+ generic features and provides eff…☆302Updated last week
- a funny library to hook golang function at runtime☆555Updated 2 years ago
- 轻量分布式定时任务库 a lightweight distributed job scheduler library☆469Updated 6 months ago
- Patch all Go functions for testing☆261Updated 2 years ago
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…