go101 / go-benchmarksLinks
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
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A collection of HTTP utilities for Go☆17Updated 2 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated last month
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- Collect data about your dependencies☆43Updated last month
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Please love the nicely formatted hex.☆42Updated 6 years ago
- Make random JSON in Go☆25Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Collection of Go packages for working with the http.FileSystem interface.☆63Updated last year
- Go client library for Pilosa☆57Updated 2 years ago
- Golang struct operations.☆24Updated 7 years ago
- a monitoring system for Go applications using expvar (/debug/vars)☆24Updated 5 years ago
- interpol is a Go package for doing format-string like string interpolation using named parameters.☆46Updated 6 years ago
- A low & high level golang SFTP (version 3) client library.☆45Updated 7 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- Realtime HTTP Stats for Go☆17Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Non-Invasive goroutine inspector☆90Updated this week
- Benchmarks of common basic operations for the Go language.☆61Updated 4 years ago
- A small library to measure latency of things.☆35Updated 7 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago