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☆83Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A memory allocator for Go.☆84Updated 5 years ago
- A low & high level golang SFTP (version 3) client library.☆45Updated 7 years ago
- Non-Invasive goroutine inspector☆91Updated last month
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆52Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A JSON stream parser for Go☆68Updated 2 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A simple library for working with raw Go struct data.☆86Updated 9 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Detect all kinds of leaks in Go☆133Updated 9 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Type safe go bindings to interact with chrome remote interface.☆120Updated 6 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 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
- Pure Go implementation of xxHash (32 and 64 bits versions)☆61Updated 4 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Meow hash for Golang☆126Updated 5 years ago
- Stream bytes to multiple independent Readers #golang☆96Updated last year
- A FUSE file system in Go extended with persistent file storage☆124Updated 4 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- A simple and efficient LRU cache package for Go☆37Updated 2 years ago
- efficient client ⚡️☆75Updated last year