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
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Miscellaneous Go hacks☆241Updated 2 weeks ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- View annotated files based on line-spec☆225Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Storing strings without GC overhead☆83Updated 5 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- fast int64-int64 map for go☆97Updated 2 years ago
- Detect all kinds of leaks in Go☆133Updated 9 years ago
- Intern Go strings☆95Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated 11 months ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- A collection of concurrent ring buffers☆133Updated 7 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- Bitset data structure☆163Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- A Go library for timing things and yielding rates, percentiles, and histograms☆137Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Load file-backed memory☆122Updated 2 years ago
- uint128 for Go☆247Updated 7 months ago
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- Transform Go code into it's AST☆123Updated 5 years ago
- Fast resizable golang semaphore primitive☆178Updated 4 years ago