joseph@gulian % _

I currently have two projects.

FlashpointKV is a simple distributed key value service which uses the raft protocol. Several improvements were made to the original algorithm for performance. The service is implemented using gRPC for c++. Currently it is synchronous but I intend to make it async in the future.

RustOS is a simple operating system written in Rust for the arm 64-bit architecture. It supports preemptive scheduling, virtual memory management, and system calls. The operating system uses a fat32 filesystem.