go101 / go-benchmarksLinks
Some benchmarks I wrote in writing the Go 101 book.
☆41Updated 4 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☆84Updated 3 years ago
- Non-Invasive goroutine inspector☆93Updated 2 months ago
- xxh3 fast hash function☆105Updated 6 years ago
- Storing strings without GC overhead☆84Updated last month
- A memory allocator for Go.☆87Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- efficient client ⚡️☆75Updated last year
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Templates, generics engine for Go☆136Updated 6 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 5 months ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆52Updated 5 years ago
- Meow hash for Golang☆126Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- An ~O(2k) time complexity http request router in Go☆45Updated 6 years ago
- Load file-backed memory☆121Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 6 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Find, list, and inspect processes from Go (golang)☆81Updated 5 years ago
- A sharded map implementation to support fast concurrent access and swap/update operations.