prashantv / go-benchLinks
Simple Go benchmarks + results
☆18Updated 2 years ago
Alternatives and similar repositories for go-bench
Users that are interested in go-bench are comparing it to the libraries listed below
Sorting:
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- A fast little LRU cache for Go☆174Updated 2 years ago
- Storing strings without GC overhead☆86Updated last month
- Write ahead Raft log for Go☆58Updated 5 years ago
- Non-Invasive goroutine inspector☆93Updated 6 months ago
- Package errc simplifies error and defer handling.☆78Updated 8 years ago
- Rolling window implementation in go.☆59Updated this week
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Lock-Free Queue for Go☆25Updated 7 years ago
- First redis RESP3 protocol library in Go☆90Updated last month
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- A goroutine limiter for Go☆84Updated 3 years ago
- Consistent hashing hashring implementation.☆37Updated 2 years ago
- A collection of shared infrastructure libraries used by different components of Jaeger.☆67Updated 5 months ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- Test the performance of Go's concurrency structures☆30Updated last year
- Pool go routines dedicated to processing work☆70Updated 10 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- pratt parser framework☆69Updated 7 years ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- A fast binary log for Go applications☆27Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- System V shared memory functions in pure Go.☆135Updated last year
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 6 years ago
- Bloom filter for go, backed by redis☆37Updated 9 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago