arriqaaq / flashdbLinks
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
☆373Updated 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.☆678Updated 2 weeks ago
- High Availability Raft Framework for Go☆650Updated last month
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆191Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 7 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Synchronization and asynchronous computation package for Go☆272Updated 2 months ago
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆685Updated last year
- A basic Raft implementation in Go.☆228Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆228Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- A disk based KV store (based on Bitcask implementation)☆198Updated last year
- A highly optimized double-ended queue☆201Updated 2 years ago
- ☆249Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆237Updated 2 years ago
- (educational) build your own disk based KV store in Go☆243Updated 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.☆262Updated 2 years ago
- Go port of Google's Swiss Table hash table☆451Updated 2 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆332Updated 4 months ago
- high performance in-memory cache☆345Updated this week
- Concurrency toolkit for Go☆217Updated last year
- A pure golang SQL database for database theory research☆845Updated 4 years ago
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆247Updated 9 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆315Updated last week
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆282Updated last year
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆206Updated 2 years ago
- ☆122Updated 2 years ago