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:
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆217Updated last year
- Know when GC runs from inside your golang code☆189Updated 3 years ago
- High resolution timing and benchmarking for Go☆264Updated last month
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- High-throughput Redis client for Go with implicit pipelining☆247Updated 8 months ago
- Storing strings without GC overhead☆84Updated 2 weeks ago
- fast int64-int64 map for go☆99Updated last month
- A collection of concurrent ring buffers☆133Updated 7 years ago
- Miscellaneous Go hacks☆242Updated last month
- go-farm: a pure-Go farmhash implementation☆256Updated last year
- uint128 for Go☆261Updated last year
- A quick tour (or reminder) of Go performance tools☆272Updated 4 years ago
- Helper tool for manual Go code optimization.☆137Updated 9 months ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated last year
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.☆280Updated 3 years ago
- View annotated files based on line-spec☆227Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Transform Go code into it's AST☆122Updated 6 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Generic and fast binary serializer for Go☆233Updated last year
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Intern Go strings☆97Updated 2 years ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆321Updated 6 years ago
- Optimized bit-level Reader and Writer for Go.☆255Updated 2 years ago
- A CLI to turn Go's benchmark output into pictures☆338Updated 6 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Bindings for the LMDB C library☆166Updated 3 years ago