rodaine / executor
Action/Executor (Command) Pattern Library for Concurrent Workloads
☆13Updated last year
Alternatives and similar repositories for executor:
Users that are interested in executor are comparing it to the libraries listed below
- Plugin-driven CLI utility for code generation using Go source as IDL☆53Updated 5 years ago
- A Go API for generating .go source files☆24Updated 2 years ago
- Radio is a library for creating RESP (REdis Serialization Protocol) comaptible services.☆31Updated 5 years ago
- Go encoding based on protobuf, but hopefully easier to deal with☆29Updated last week
- Some useful Go's protoc plugins.☆57Updated 7 years ago
- A distributed forward caching proxy for Go's http.Client supporting TLS☆31Updated 6 years ago
- The speed of a native map, the safety of sync.RWMutex and the durability of bbolt☆24Updated 5 years ago
- Variable-length, lexicographically-sortable hex format for uint64 values.☆13Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A simple library to share workloads to a group of workers with one leader at any time. Built on top of Redis.☆15Updated 2 weeks ago
- go-concert a is a library of synchronization patterns when dealing with go-routines☆17Updated 2 months ago
- Fast integer map for uint32-to-uint32☆28Updated 3 months ago
- A small library to measure latency of things.☆35Updated 7 years ago
- SQLite or SQL-92 Parser implemented in Go☆18Updated 5 years ago
- A goroutine limiter for Go☆79Updated 2 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆47Updated 10 years ago
- Go Mod Repository, Go Vanity Server and Proxy Server☆87Updated 5 years ago
- Ketama implementation compatible with Algorithm::Ketama☆66Updated 4 years ago
- Realtime HTTP Stats for Go☆17Updated 4 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- ☆11Updated 8 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- a monitoring system for Go applications using expvar (/debug/vars)☆24Updated 5 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- MCONFIG is a lightweight Golang library for integrating configs files like (json, yml, toml) and environment variables into one config st…