naqvijafar91 / cuteDB
A slick BTree on disk based key value store implemented in pure Go
☆148Updated 2 years ago
Alternatives and similar repositories for cuteDB
Users that are interested in cuteDB are comparing it to the libraries listed below
Sorting:
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 2 years ago
- Adaptive Radix Trees implemented in Go☆388Updated 5 months ago
- B-tree implementation for Go☆238Updated 3 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- A fast little LRU cache for Go☆170Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆369Updated last year
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆415Updated 7 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Go implementation of the Gossip protocol☆139Updated 6 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- fast int64-int64 map for go☆96Updated 2 years ago
- Example code for how to get hashicorp/raft running with gRPC☆219Updated 9 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆103Updated 6 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆140Updated 4 years ago
- Miscellaneous Go hacks☆239Updated last month
- Write ahead log for Go.☆661Updated 6 months ago
- ☆183Updated 7 years ago
- easier, faster, but extendable MessagePack Serializer for Golang. / msgpack.org[Go]☆157Updated 2 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- B+ tree in pure Go.☆93Updated 10 years ago