huandu / go-cloneLinks
Clone any Go data structure deeply and thoroughly.
☆331Updated 9 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☆821Updated 10 months ago
- ☆501Updated 2 weeks ago
- auto adjust your GOGC value☆231Updated last year
- Deep copy things☆635Updated 5 years ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆286Updated last year
- Patch all Go functions for testing☆261Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- 🎉 An awesome version control tool for protoc and its related plugins.☆184Updated 2 years ago
- Draw graphs through GO MOD GRAPH output☆230Updated 3 years ago
- Rolling writer is an IO util for auto rolling write in go.☆295Updated 2 years ago
- 📢 Lightweight event manager and dispatcher implements by Go. Go实现的轻量级的事件管理、调度程序库, 支持设置监听器的优先级, 支持使用通配符来进行一组事件的监听☆564Updated last month
- unbounded chan☆458Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- Service Reliability Algorithm☆233Updated 4 months ago
- errgroup with goroutine worker limits☆164Updated 3 years ago
- golang timewheel similar to glang std timer☆297Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 months ago
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆115Updated 2 years ago
- Go simple async message bus☆286Updated 5 years ago
- CyclicBarrier golang implementation☆159Updated 5 years ago
- Concurrency and synchronization primitives☆140Updated last month
- All-in-one go testing library☆430Updated 2 months ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆401Updated 2 years ago
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆174Updated last year
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆200Updated last month
- opentracing integration with GORM☆101Updated 4 years ago
- Fast and easy-to-use skip list for Go.☆430Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago