andres-erbsen / clockLinks
Clock is a small library for mocking time in Go.
☆19Updated 9 years ago
Alternatives and similar repositories for clock
Users that are interested in clock are comparing it to the libraries listed below
Sorting:
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Merge multiple pprof profile files into a single file☆124Updated 2 years ago
- ☆101Updated last year
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- Storing strings without GC overhead☆85Updated last month
- A goroutine limiter for Go☆84Updated 3 years ago
- Temporary redis-server processes for golang testing☆38Updated 2 years ago
- Helpful unit multipliers and functions for Go☆132Updated 5 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- Parser for uniform resource names as seen on RFC 8141, RFC 2141, and RFC 7643☆94Updated last year
- Non-Invasive goroutine inspector☆93Updated 5 months ago
- Load file-backed memory☆122Updated 3 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- A complete solution for static files in Go code☆129Updated last year
- Buffered Reader/Writer☆78Updated 7 months ago
- A fast, zero-allocation cron parser in ragel and golang☆22Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Intern Go strings☆97Updated 2 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆84Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Golang circular (ring) buffer