jeromefroe / golang_benchmarksLinks
Various golang benchmarks I've written
☆109Updated 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:
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- Miscellaneous Go hacks☆242Updated last month
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- High resolution timing and benchmarking for Go☆261Updated 4 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A quick tour (or reminder) of Go performance tools☆271Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- View annotated files based on line-spec☆225Updated last year
- uint128 for Go☆249Updated 8 months ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated this week
- Intern Go strings☆95Updated last year
- High-throughput Redis client for Go with implicit pipelining☆247Updated 3 months ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Helper tool for manual Go code optimization.☆132Updated 4 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Optimized bit-level Reader and Writer for Go.☆250Updated 2 years ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆322Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Bitset data structure☆164Updated 2 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Deep copy generator☆160Updated 9 months ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- A collection of concurrent ring buffers☆132Updated 7 years ago
- Generic and fast binary serializer for Go☆228Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆235Updated 5 years ago
- go-farm: a pure-Go farmhash implementation☆251Updated 10 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago