naqvijafar91 / cuteDBLinks
A slick BTree on disk based key value store implemented in pure Go
☆150Updated 3 years ago
Alternatives and similar repositories for cuteDB
Users that are interested in cuteDB are comparing it to the libraries listed below
Sorting:
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Adaptive Radix Trees implemented in Go☆406Updated last week
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- Log-structured merge-tree☆32Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Go implementation of the Gossip protocol☆143Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆226Updated 2 years ago
- Go implementation of C++ STL iterators and algorithms.☆194Updated 3 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Implementation of Chord DHT(Distributed Hash Table) paper☆192Updated 4 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- TalariaDB is a distributed, highly available, and low latency time-series database for Presto☆123Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A distributed key-value store. On Disk. Able to grow or shrink without service interruption.☆264Updated 6 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- Load file-backed memory☆122Updated 3 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- Storage algorithms.☆38Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆292Updated 2 years ago