go101 / go-benchmarks
Some benchmarks I wrote in writing the Go 101 book.
☆41Updated 3 years ago
Alternatives and similar repositories for go-benchmarks
Users that are interested in go-benchmarks are comparing it to the libraries listed below
Sorting:
- A goroutine limiter for Go☆82Updated 3 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- string interning library for lots of strings☆38Updated 4 years ago
- A low & high level golang SFTP (version 3) client library.☆45Updated 7 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Collect data about your dependencies☆43Updated 3 weeks ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 2 weeks ago
- A collection of HTTP utilities for Go☆17Updated last month
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Checks if there are any updates for imports in your module.☆39Updated 3 months ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- In memory sharded cache implementation☆35Updated 3 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Common golang code shared by multiple projects☆54Updated last month
- a monitoring system for Go applications using expvar (/debug/vars)☆24Updated 5 years ago
- An HTTP client for go-server-timing middleware. Enables automatic timing propagation through HTTP calls between servers.☆24Updated 5 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- Buffered Reader/Writer☆75Updated 8 months ago
- Consistent hashing hashring implementation.☆34Updated last year
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- MCONFIG is a lightweight Golang library for integrating configs files like (json, yml, toml) and environment variables into one config st…☆32Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- Binary heap priority queues in Go☆31Updated 4 years ago