Work on random projects for fun.
Currently slowly moving all my personal projects to github
Work on random projects for fun.
Currently slowly moving all my personal projects to github
EidolonKernel is a lightweight custom operating system kernel written in C, offering a simple kernel with basic functionality as a learning exercise and a starting point for further development.
C 1
M1Parallel is a high-performance, parallel computing library designed specifically for Apple Silicon (M1) devices. It provides a set of APIs and tools to leverage the power of parallel computing pa…
C 1
Nutri-lang is an educational programming language designed to showcase the inner workings and concepts behind interpretive languages. It serves as a simple and straightforward example to demonstrat…
C 1
This project implements a distributed, fault-tolerant key-value store using the Raft consensus algorithm in Go. The key-value store provides a reliable and consistent way to store and retrieve data…
Go 1
ZephyrDB is a in-memory database library written in Rust. It provides developers with a simple and intuitive API to store, retrieve, and query key-value data in a high-performance manner. ZephyrDB …
Rust