platinummonkey / go-concurrency-limitsLinks
Go implementation of Netflix/concurrency-limits
☆132Updated last week
Alternatives and similar repositories for go-concurrency-limits
Users that are interested in go-concurrency-limits are comparing it to the libraries listed below
Sorting:
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- A place to keep useful golang functions and small libraries☆293Updated last month
- Channels for gRPC: custom transports☆220Updated 5 months ago
- Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.☆233Updated last year
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- A library to improve the resilience of Go applications in an easy and flexible way☆198Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Locking wrapper for running benchmarks on shared hosts☆154Updated last year
- High-throughput Redis client for Go with implicit pipelining☆247Updated 5 months ago
- A Go library for timing things and yielding rates, percentiles, and histograms☆138Updated 4 years ago
- High resolution timing and benchmarking for Go☆262Updated 4 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆243Updated 5 years ago
- Avro codec and code generation for Go☆89Updated 3 months ago
- Go (golang) library for deep copying values in Go.☆350Updated 4 years ago
- A RAFT Election implementation in Go.☆189Updated 4 months ago
- An implementation of Ted Dunning's t-digest in Go.☆145Updated 2 years ago
- JsonDiff library☆225Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Go middleware for net.Conn tracking (Prometheus/trace)☆266Updated 4 years ago
- A sql driver that will wrap any other driver and log/trace all its calls☆175Updated last year
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆321Updated 5 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- DNS lookup cache for Go☆287Updated 2 years ago
- TinyLFU cache admission policy☆266Updated 7 months ago
- A Go library for collecting sql.DBStats in Prometheus format☆184Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Interceptors for database/sql☆508Updated 2 years ago
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.