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
- A goroutine limiter for Go☆80Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Collection of unusual generics usecases in Go☆55Updated 2 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 5 years ago
- A collection of HTTP utilities for Go☆17Updated last week
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simple library for working with raw Go struct data.☆86Updated 9 years ago
- In memory sharded cache implementation☆33Updated 3 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- A low & high level golang SFTP (version 3) client library.☆45Updated 7 years ago
- A simple and efficient LRU cache package for Go☆37Updated last year
- A golang zero-allocation HTTP parser (and eventually http server)☆73Updated 10 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Heap dump reader & visualizer for Go 1.4☆47Updated 9 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Static bit vector structures library☆72Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 3 months ago
- Make random JSON in Go☆25Updated 5 years ago
- a monitoring system for Go applications using expvar (/debug/vars)☆25Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 5 years ago