These are projects I work on for fun.
I have recently taken an interest in
Databases and related
Data-Structures.
I usually code in
Rust and
Python.
Below is a list of some of my projects:
-
redis-oxide
Protocol-compatible, multi-threaded, safe redis.
Rust/Tokio/Redis
-
x7
Self-documenting written in rust, featuring a convenient FFI system, stateful records, and more.
Used in redis-oxide as a scripting language (sorted sets).
Rust/Lisp
-
dpbriggs-blog
My personal website and blog.
Rust/Rocket/Bootstrap/Tera
-
growable-bloom-filters
Generic, serializable scalable bloom filters in rust.
Used in redis-oxide.
Rust/Serde
-
convenient-skiplist
Performant and convenient Skiplist featuring easy serialization and
advanced iterators.
Special focus on optimal time complexities.
Used in redis-oxide (sorted sets).
Rust/Iterator/Serde
-
kv
Rust key-value storage with bash hooks.
Rust/Serde/Bash
-
Distributed-Sieve-e
Distributed sieve of eratosthenes.
Clojure/Java{Socket,ServerSocket}
-
Salesman-Problem-Genetic-Algorithm
Genetic algorithm and the travelling salesmen problem.
Clojure/Async
View Github(current)
Head Back to Home(current)