rosedblabs / reneeLinks
[WIP]Redis data structure based on key/value storage engine.
☆14Updated 2 years ago
Alternatives and similar repositories for renee
Users that are interested in renee are comparing it to the libraries listed below
Sorting:
- Go implementation of B plus tree☆33Updated 3 years ago
- Lock-Free Queue for Go☆25Updated 7 years ago
- Utility functions and types used by Dragonboat and its related projects☆29Updated last year
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Updated 5 months ago
- goroutine pool☆16Updated 2 years ago
- 3百万QPS benchmark测试☆35Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated 2 weeks ago
- A portable zero-copy I/O implement base on mmap for golang.☆14Updated 4 years ago
- Benchmarks for BigCache project☆21Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- Experimental packages not in std and golang.org/exp☆80Updated 8 months ago
- slog experimental features☆12Updated last year
- A fast little LRU cache for Go☆173Updated 2 years ago
- go binding for rdma rsocket☆22Updated 9 months ago
- distributed synchronization primitives☆62Updated 2 years ago
- ☆38Updated 2 years ago
- 🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥☆53Updated 2 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆39Updated 6 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years 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.☆261Updated 2 years ago
- Cache benchmark for Golang☆75Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆218Updated last year
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 2 years ago
- a thread-safe concurrent map for go☆49Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- a lite version of rpcx☆16Updated 3 years ago
- lock-free queue and other implementations☆129Updated last year
- A Customized Goroutine Scheduler over Golang Runtime☆17Updated 6 months ago
- code of concurrency programming via go☆31Updated last year