kevburnsjr / batchy
Simple fan-in batching for optimization of highly concurrent workloads
☆14Updated last year
Alternatives and similar repositories for batchy:
Users that are interested in batchy are comparing it to the libraries listed below
- spectacular Golang struct tag parsing☆61Updated last year
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated 2 weeks ago
- A Go test harness that starts an ephemeral PostgreSQL server☆33Updated last month
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- Tickers with random jitter☆90Updated 3 years ago
- Apache AVRO for go☆47Updated 3 months ago
- An inverted bitmap index written in Go.☆27Updated last year
- A go library that implements application/problem+json and application/problem+xml☆66Updated last year
- Simple error handling primitives☆59Updated 3 years ago
- The implementation of watermill.LogAdapter with zap☆14Updated last year
- Backwards compatibility linter for Go.☆68Updated 5 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated last year
- Encrypted drop-in replacement of golang' os.File. It handles WriteAt, Seek, Truncate, etc. Can deal with huge files, random access, etc.☆46Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- a lightweight acl manager for go.☆83Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- Persist to disk channel for Go.☆46Updated 7 years ago
- A sliding window sampling implementation for the rcrowley/go-metrics library.☆24Updated last year
- Modcons is a CLI tool that inspects go.mod file for deprecated versions☆25Updated 5 years ago
- Time Ranges☆39Updated last year
- A little Go util to print duration strings in a human-friendly format☆94Updated 3 months ago
- atomic measures + Prometheus exposition library☆27Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- A simple, secure golang password hashing/key-derivation package☆23Updated 9 months ago
- utils for Go context☆25Updated 5 years ago
- Nats-mutex is a distributed lock library using NATS JetStream.☆27Updated 4 months ago
- Simple profiling for Go☆76Updated last year
- 🚥 Idempotency Handler, for making sure incoming requests are idempotent. Useful for payments, "at least once delivery" systems and more.☆21Updated 4 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago