You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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…
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…
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…
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 …
Kascade is a distributed, event-driven microservices architecture using Kafka and Go. It consists of three microservices that communicate with each other through Kafka topics, allowing for loose co…