Skip to content
View G1DO's full-sized avatar

Block or report G1DO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fos fos Public

    Faculty Operating System (FOS) – a teaching OS to learn core concepts of operating systems.

    C 1

  2. Storage-Engine Storage-Engine Public

    LSM-tree key-value storage engine built from scratch in Rust. Skip list memtable, write-ahead log, sorted string tables, bloom filters, and leveled compaction — the primitives behind RocksDB.

    Rust

  3. raft-kv raft-kv Public

    Distributed key-value store implementing Raft consensus from scratch. Leader election, log replication, persistence, duplicate detection, and log compaction via snapshots.

    Go

  4. API-Gateway API-Gateway Public

    Production-grade API gateway built from scratch in Go — reverse proxy, load balancing, rate limiting, circuit breakers

    Go

  5. flume flume Public

    Message streaming system built from scratch in Go. Implements log-structured storage, partitioned topics, consumer groups, and backpressure — the core primitives behind systems like Kafka.

    Go

  6. Container-Runtime Container-Runtime Public

    Linux container runtime built from scratch in Go. Process isolation via namespaces, resource limits via cgroups v2, layered filesystems via overlayfs, and bridge networking — the primitives behind …

    Go