huandu / go-cloneLinks
Clone any Go data structure deeply and thoroughly.
☆325Updated 7 months ago
Alternatives and similar repositories for go-clone
Users that are interested in go-clone are comparing it to the libraries listed below
Sorting:
- reflect api without runtime reflect.Value cost☆813Updated 8 months ago
- ☆498Updated last week
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆286Updated 11 months ago
- Deep copy things☆608Updated 4 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- Service Reliability Algorithm☆227Updated 2 months ago
- unbounded chan☆456Updated last year
- auto adjust your GOGC value☆230Updated last year
- Patch all Go functions for testing☆261Updated last year
- A Go package providing a filesystem-backed FIFO queue☆495Updated 2 months ago
- Rolling writer is an IO util for auto rolling write in go.☆296Updated 2 years ago
- golang timewheel similar to glang std timer☆297Updated 2 years ago
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆174Updated last year
- Concurrency and synchronization primitives☆139Updated 11 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆607Updated 8 months ago
- Go simple async message bus☆283Updated 4 years ago
- Draw graphs through GO MOD GRAPH output☆230Updated 2 years ago
- CyclicBarrier golang implementation☆158Updated 5 years ago
- 🎉 An awesome version control tool for protoc and its related plugins.☆183Updated last year
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆116Updated 2 years ago
- Go asynchronous simple function utilities, for managing execution of closures and callbacks☆123Updated 2 years ago
- 📢 Lightweight event manager and dispatcher implements by Go. Go实现的轻量级的事件管理、调度程序库, 支持设置监听器的优先级, 支持使用通配符来进行一组事件的监听☆563Updated last week
- ⚖️ Fast weighted random selection for Go☆412Updated this week
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆263Updated 2 years ago
- errgroup with goroutine worker limits☆166Updated 2 years ago
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…