arriqaaq / flashdbLinks
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
☆372Updated 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.☆672Updated 9 months ago
- High Availability Raft Framework for Go☆647Updated 2 weeks ago
- (educational) build your own disk based KV store in Go☆241Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆227Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 7 months ago
- ☆249Updated this week
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆217Updated 11 months ago
- Go port of Google's Swiss Table hash table☆448Updated 2 months ago
- A highly optimized double-ended queue☆201Updated last year
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- high performance in-memory cache☆341Updated last week
- A basic Raft implementation in Go.☆228Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆353Updated 2 months ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆190Updated last year
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆298Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A thread-safe queue faster and more resource efficient than golang's native channels☆685Updated last year
- Synchronization and asynchronous computation package for Go☆268Updated last month
- Go implementation of C++ STL iterators and algorithms.☆192Updated 3 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 pure golang SQL database for database theory research☆843Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆419Updated 11 months ago
- Golang port of Abseil's SwissTable☆828Updated 5 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 10 months ago
- Concurrency toolkit for Go☆217Updated last year