collinglass / bptreeLinks
B+ tree in pure Go.
☆94Updated 10 years ago
Alternatives and similar repositories for bptree
Users that are interested in bptree are comparing it to the libraries listed below
Sorting:
- Examples for Dragonboat☆185Updated 9 months ago
- B+ Tree☆91Updated 2 years ago
- Implementing bplustree base on disk(kv store).☆34Updated 5 years ago
- A sample cache server showing how to use hashicorp/raft☆75Updated 4 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆159Updated last year
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A fast, threadsafe skip list in Go☆266Updated 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.☆257Updated 2 years ago
- 🥼 personal Go codebase☆37Updated 2 years ago
- extract goroutine id to the out world although it's dangerous and useless.☆58Updated 5 years ago
- 🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥☆53Updated 2 years ago
- MySQL Backed Locking Primitive☆63Updated last year
- goroutine local storage (use context instead if possible)☆77Updated 3 months ago
- First redis RESP3 protocol library in Go☆88Updated last year
- Riot is a distributed key/value system based at raft algorithm, leveldb and bitCask backend storage!!!☆106Updated 5 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆104Updated 6 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- Utility functions and types used by Dragonboat and its related projects☆29Updated 11 months 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.☆210Updated 9 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Modern Go Programming☆96Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Go implementation of the Gossip protocol☆139Updated 7 months ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- lock-free queue and other implementations☆128Updated last year
- ☆29Updated 3 years ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆145Updated 4 months ago