naqvijafar91 / cuteDBLinks
A slick BTree on disk based key value store implemented in pure Go
☆149Updated 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
- B-tree implementation for Go☆239Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆373Updated last year
- Adaptive Radix Trees implemented in Go☆398Updated 8 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Implementation of Chord DHT(Distributed Hash Table) paper☆191Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Storage algorithms.☆38Updated 4 years ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago
- fast int64-int64 map for go☆98Updated 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…☆225Updated last year
- Straightforward implementation of Raft Consensus☆66Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- B+ tree in pure Go.☆94Updated 10 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆160Updated 2 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- Examples for Dragonboat☆189Updated last year
- Git mirror of launchpad.net/gommap with additional patches.☆138Updated last year
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆33Updated last year
- TalariaDB is a distributed, highly available, and low latency time-series database for Presto☆123Updated 2 years ago
- Generic and fast binary serializer for Go☆230Updated last year
- Optimized functions for Go using SIMD☆191Updated 4 years ago
- TinyLFU cache admission policy☆266Updated 7 months ago