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:
- 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.☆81Updated 3 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- efficient client ⚡️☆75Updated last year
- Make mysql cancelation a breeze☆40Updated 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated last month
- xxh3 fast hash function☆105Updated 6 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Static bit vector structures library☆72Updated 5 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 6 years ago
- Parses Go tracebacks and finds possible deadlocks☆27Updated 5 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to per…☆48Updated 2 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 spinlock implementation for Go.☆61Updated 4 years ago
- A low & high level golang SFTP (version 3) client library.☆45Updated 7 years ago
- Non-Invasive goroutine inspector☆90Updated 3 weeks ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 4 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Sizeof tip for Go types.☆12Updated 10 years ago
- An HTTP client for go-server-timing middleware. Enables automatic timing propagation through HTTP calls between servers.☆24Updated 5 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- Collection of Go packages for working with the http.FileSystem interface.☆63Updated last year
- A collection of HTTP utilities for Go☆17Updated 2 months ago