smallnest / kvbenchLinks
Server for benchmarking pure Go key/value databases
☆161Updated last year
Alternatives and similar repositories for kvbench
Users that are interested in kvbench are comparing it to the libraries listed below
Sorting:
- A fast little LRU cache for Go☆170Updated 2 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆228Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- io_uring support for go☆203Updated 4 years ago
- MySQL protocol library implementing in Go (golang)☆243Updated 4 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- A revamped Google's jump consistent hash☆106Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Examples for Dragonboat☆186Updated 11 months ago
- First redis RESP3 protocol library in Go☆88Updated last year
- Storing strings without GC overhead☆83Updated 5 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆212Updated 10 months ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Go Pooling Helpers☆116Updated 5 years ago
- goroutine local storage (use context instead if possible)☆77Updated 5 months ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated 2 weeks ago
- Load file-backed memory☆122Updated 2 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆104Updated 6 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆140Updated 2 months ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆144Updated 5 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆48Updated last year
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- A fast & heap friendly implementation of the MySQL protocol☆80Updated 3 years ago