arriqaaq / flashdbLinks
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
☆378Updated 2 years ago
Alternatives and similar repositories for flashdb
Users that are interested in flashdb are comparing it to the libraries listed below
Sorting:
- 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
- B-tree implementation for Go☆239Updated 3 years ago
- Write ahead log for Go.☆691Updated 3 months ago
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- High Availability Raft Framework for Go☆654Updated 3 weeks ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆199Updated last year
- ☆255Updated last week
- A thread-safe queue faster and more resource efficient than golang's native channels☆690Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆281Updated 5 months ago
- A basic Raft implementation in Go.☆233Updated last year
- Go port of Google's Swiss Table hash table☆461Updated 5 months ago
- A slick BTree on disk based key value store implemented in pure Go☆151Updated 3 years ago
- Golang port of Abseil's SwissTable☆828Updated 9 months ago
- Simple dense bitmap index in Go with binary operators☆367Updated 5 months ago
- high performance in-memory cache☆355Updated 2 months ago
- Zero-allocation type-safe pool for Go☆249Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 7 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆325Updated last month
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- A disk based KV store (based on Bitcask implementation)☆197Updated 2 years ago
- ☆123Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆278Updated 10 months ago
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆257Updated last month
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆363Updated 7 months ago
- Gain is a high-performance io_uring networking framework written entirely in Go.☆555Updated 2 years ago
- Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser☆311Updated 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.☆264Updated 2 years ago