mdlayher / schedgroup
Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.
☆138Updated 2 years ago
Alternatives and similar repositories for schedgroup:
Users that are interested in schedgroup are comparing it to the libraries listed below
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Fast resizable golang semaphore primitive☆176Updated 3 years ago
- Load file-backed memory☆121Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆117Updated last year
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 2 years ago
- A fast little LRU cache for Go☆168Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- distributed synchronization primitives☆60Updated last year
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A spinlock implementation for Go.☆61Updated 3 years ago
- ⚡️ lock-free utilities in Go☆151Updated 8 months ago
- Non-Invasive goroutine inspector☆90Updated last year
- A quick tour (or reminder) of Go performance tools☆264Updated 3 years ago
- Zero-allocation type-safe pool for Go☆228Updated last year
- Package otgrpc provides OpenTracing support for any gRPC client or server.☆73Updated this week
- Rolling window implementation in go.☆57Updated 9 months ago
- Merge multiple pprof profile files into a single file☆122Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 3 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Go asynchronous simple function utilities, for managing execution of closures and callbacks☆125Updated last year
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated last year
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- OpenTracing instrumentation for packages in the Go stdlib☆217Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- CyclicBarrier golang implementation☆149Updated 4 years ago