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:
- Load file-backed memory☆122Updated 3 years ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Non-Invasive goroutine inspector☆93Updated 4 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated 2 weeks ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Write ahead Raft log for Go☆58Updated 5 years ago
- A Lightweight in-memory key:value cache library for Go.☆184Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 months ago
- Package errc simplifies error and defer handling.☆78Updated 8 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Rolling window implementation in go.☆59Updated 3 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Test the performance of Go's concurrency structures☆30Updated 11 months 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
- ☆38Updated 3 years ago
- High resolution timing and benchmarking for Go☆264Updated last month
- 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
- A spinlock implementation for Go.☆63Updated 4 years ago
- A Thrift encoding code generator and library for Go☆103Updated 3 weeks ago
- An ~O(2k) time complexity http request router in Go☆45Updated 6 years ago
- A simple and efficient LRU cache package for Go☆37Updated 2 years ago
- Consistent hashing hashring implementation.☆36Updated 2 years ago
- Make mysql cancelation a breeze☆40Updated 6 years ago
- Merge multiple pprof profile files into a single file☆124Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago