mdlayher / schedgroupLinks
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
Alternatives and similar repositories for schedgroup
Users that are interested in schedgroup are comparing it to the libraries listed below
Sorting:
- errgroup with goroutine worker limits☆165Updated 2 years ago
- High resolution timing and benchmarking for Go☆262Updated 4 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 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.☆121Updated 2 months ago
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 3 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- Non-Invasive goroutine inspector☆92Updated last month
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Debug-level logging for developers (only!)☆100Updated 7 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Create Go contexts that cancel on signals.☆258Updated 2 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Zero-allocation type-safe pool for Go☆237Updated 2 years ago
- A place to keep useful golang functions and small libraries☆293Updated last month
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Session implementation for fasthttp☆85Updated 5 months ago
- Golang LRU cache with expire feature.☆66Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- A quick tour (or reminder) of Go performance tools☆271Updated 3 years ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago