kellabyte / go-benchmarksLinks
Benchmarks for various Go data structures and services
☆78Updated 6 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:
- Templates, generics engine for Go☆136Updated 6 years ago
- go-farm: a pure-Go farmhash implementation☆256Updated last year
- Fast approximate quantiles in Go☆126Updated 2 years ago
- Nanosecond scale logger inspired by https://github.com/PlatformLab/NanoLog☆228Updated 6 years ago
- A collection of concurrent ring buffers☆133Updated 7 years ago
- Package errd simplifies error and defer handling.☆153Updated 6 years ago
- Go library for addressing and reading/writing a specific value within any Go structure using a string syntax.☆215Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Reduce Go programs☆216Updated last year
- Low latency batching queues for Go☆75Updated 8 years ago
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Updated 4 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- View annotated files based on line-spec☆227Updated last year
- Higher-level reflect-based capabilities for inspecting objects and structs☆70Updated 7 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- Automatically generate mocks for interfaces with go generate☆72Updated 4 years ago
- Tools to process Go trace logs into various profiles. Complement for "go tool trace".☆109Updated 8 years ago
- Intelligently and flexibly pool among multiple hosts from your Go application☆380Updated 3 months ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated last year
- Go implementation of maglev hashing