uber-go / cff
Concurrency toolkit for Go
☆210Updated 9 months ago
Alternatives and similar repositories for cff:
Users that are interested in cff are comparing it to the libraries listed below
- ☆235Updated this week
- A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.☆268Updated this week
- Go port of Google's Swiss Table hash table☆427Updated last month
- Golang rate limiters for distributed applications☆549Updated last week
- Generic resource pool for Go☆362Updated last week
- Script engine, especially good for tests☆151Updated last year
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆288Updated last week
- A tiny HTTP server for supporting custom Golang import paths☆329Updated this week
- 🪵 Ensure consistent code style when using log/slog☆194Updated 3 weeks ago
- Go slog's Handler implementation to ensure correlation with Open-Telemetry spans.☆126Updated 3 months ago
- OpenTelemetry SQL database driver wrapper for Go☆118Updated 2 weeks ago
- Structured concurrency made easy☆382Updated 7 months ago
- A library that implements the outboxer pattern in go☆161Updated this week
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆290Updated this week
- Experimental implementation of a proposed v2 encoding/json package☆492Updated 3 weeks ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆244Updated 5 months ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆470Updated last week
- A Go tool to auto generate methods for your enums☆473Updated 2 months ago
- Zero-allocation type-safe pool for Go