arriqaaq / flashdbLinks
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
☆371Updated last year
Alternatives and similar repositories for flashdb
Users that are interested in flashdb are comparing it to the libraries listed below
Sorting:
- B-tree implementation for Go☆239Updated 3 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
- Write ahead log for Go.☆670Updated 8 months ago
- High Availability Raft Framework for Go☆642Updated 3 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- ☆246Updated 3 weeks ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆681Updated last year
- Golang port of Abseil's SwissTable☆828Updated 4 months ago
- high performance in-memory cache☆338Updated 3 weeks ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆271Updated 6 months ago
- Simple dense bitmap index in Go with binary operators☆347Updated last month
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆189Updated last year
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆253Updated last month
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- ☆122Updated 2 years ago
- Example code for how to get hashicorp/raft running with gRPC☆227Updated last year
- Go port of Google's Swiss Table hash table☆445Updated last month
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 9 months ago
- A highly optimized double-ended queue☆201Updated last year
- A disk based KV store (based on Bitcask implementation)☆196Updated last year
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆295Updated last year
- Go implementation of C++ STL iterators and algorithms.☆191Updated 3 years 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.☆213Updated 11 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆330Updated 2 months ago
- (educational) build your own disk based KV store in Go☆239Updated last year
- Simplified error handling in Go☆169Updated 2 years ago
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆246Updated 8 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year