Stratified Autonomous Memory Manager
Undergraduate thesis. Profile-guided allocator using K-Means lifetime prediction to pre-bake arena selection — targeting P99 latency and RSS reduction in memory-constrained Node.js backend services.
ambigui2 — Tetromino AI Engine
Dual-state bitboard Tetris engine with Raylib rendering. 139k nodes/sec at depth 5 and beam width 8, 17.4ms/move. Tournament genetic algorithm evolved Dellacherie-inspired heuristic weights — 2.70× score improvement.
Zig Server — Custom HTTP/1.1
Zero-dependency HTTP/1.1 server from scratch. Custom TCP socket listener, hand-rolled HTTP parser, Linux epoll for non-blocking async I/O. The simplest thing that could possibly work at scale.
Gabay Med — AI Healthcare Platform
Hospital dashboard + patient mobile app. Dual-Agent RAG pipeline on Llama-3: triage agent routes to nearest qualified hospital via vector search; Auditor agent cross-validates against DOH guidelines.
r-alloc — Custom Memory Allocator
Arena and Slab allocator strategies in C++ via mmap, bridged to Node.js through N-API to bypass V8's GC overhead. Benchmarked against glibc malloc and V8 — better latency, lower peak RSS.
Setra — Domain-Specific Language
Full compiler pipeline from scratch in C++ — Lexer, Parser, Semantic Analyzer — for a DSL targeting discrete mathematics. No parser generators, no runtime dependencies.