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:
- Miscellaneous Go hacks☆242Updated 4 months ago
- High resolution timing and benchmarking for Go☆263Updated 5 years ago
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Storing strings without GC overhead☆84Updated last month
- go-farm: a pure-Go farmhash implementation☆256Updated last year
- uint128 for Go☆255Updated 11 months ago
- A collection of concurrent ring buffers☆133Updated 7 years ago
- Locking wrapper for running benchmarks on shared hosts☆155Updated last year
- High-throughput Redis client for Go with implicit pipelining☆247Updated 6 months ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Helper tool for manual Go code optimization.☆137Updated 7 months ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆321Updated 6 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Transform Go code into it's AST☆123Updated 5 years ago
- A CLI to turn Go's benchmark output into pictures☆339Updated 6 years ago
- Bitset data structure☆167Updated 2 years ago
- Intern Go strings☆96Updated last year
- Code used in the "Go Profiling and Optimization" talk☆83Updated 8 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆141Updated 2 months ago
- Detect all kinds of leaks in Go☆133Updated 10 years ago
- A quick tour (or reminder) of Go performance tools☆271Updated 3 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- View annotated files based on line-spec☆227Updated last year
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago