Pinned Repositories
art
An Adaptive Radix Tree (ART) implementation in Go
chord
Implementation of Chord DHT(Distributed Hash Table) paper
flashdb
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
kubediff
A Kubernetes Resource Diff tool
merkletree
A merkle tree (with proofs) in Go as per RFC6962
xring
An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)
zizou
In memory sharded cache implementation
immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
surrealkv
A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
vart
A timed adaptive radix trie data-structure, used in SurrealKV
arriqaaq's Repositories
arriqaaq/flashdb
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
arriqaaq/art
An Adaptive Radix Tree (ART) implementation in Go
arriqaaq/merkletree
A merkle tree (with proofs) in Go as per RFC6962
arriqaaq/kubediff
A Kubernetes Resource Diff tool
arriqaaq/cuckoo
Implementing a Cuckoo filter, based on the paper Cuckoo Filter: Practically Better Than Bloom
arriqaaq/server
Simple wrapper around Golang net/http to start/shut a server
arriqaaq/aol
An Append-only log in Go
arriqaaq/zset
ZSet is an in-memory Redis like sorted set datastructure
arriqaaq/set
Set is an in-memory Redis like set datastructure
arriqaaq/skiplist
Fast and simple skip list in Go
arriqaaq/lockfree
Lock Free Data Structures in Go
arriqaaq/rsurf
SuRF: Practical Range Query Filtering with Fast Succinct Tries
arriqaaq/scraper
A simple library to scrape and monitor multiple urls in Go (with support for prometheus metrics)
arriqaaq/yq
yq lets you read YAML files easily on the terminal. You can find key/values easily
arriqaaq/vsr
Viewstamped Replication for Rust
arriqaaq/arriqaaq
arriqaaq/flashdb-bench
A benchmark suite for flashDB, badgerDB, boltDB and nutsDB
arriqaaq/immugwtest
arriqaaq/surrealkv
A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
arriqaaq/capsule-proxy
Reverse proxy for Capsule Operator.
arriqaaq/charts
arriqaaq/hash
Hash is an in-memory Redis like hash datastructure
arriqaaq/immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
arriqaaq/kubectl-aliases
Programmatically generated handy kubectl aliases.
arriqaaq/revision
A Rust library for revision-tolerant serialisation and deserialisation, with support for schema evolution over time
arriqaaq/rocksdb-bench
arriqaaq/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
arriqaaq/surrealdb.go
SurrealDB driver for Golang
arriqaaq/tiltify
tiltify lets you quickly scaffold a Tilt configuration file.
arriqaaq/vart
A timed adaptive radix trie data-structure, used in SurrealKV