jeromefroe / golang_benchmarksLinks
Various golang benchmarks I've written
☆110Updated 7 years ago
Alternatives and similar repositories for golang_benchmarks
Users that are interested in golang_benchmarks are comparing it to the libraries listed below
Sorting:
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- A quick tour (or reminder) of Go performance tools☆269Updated 3 years ago
- Miscellaneous Go hacks☆239Updated last month
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 11 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- View annotated files based on line-spec☆226Updated last year
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- go-farm: a pure-Go farmhash implementation☆250Updated 8 months ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- concurrency utilities☆299Updated 5 years ago
- Managing go application shutdown with signals.☆197Updated 5 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Go reflection simplified☆101Updated 7 months ago
- Helper tool for manual Go code optimization.☆130Updated 2 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A collection of concurrent ring buffers☆133Updated 7 years ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆322Updated 5 years ago
- A simple assertion library that you probably shouldn't use.☆132Updated 5 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last year
- Floc: Orchestrate goroutines with ease.☆268Updated 3 years ago