#Systems
5 items tagged with “Systems”
Blog Posts
PR Review Agent
RAG based code review with AST chunking and semantic search for inline PR feedback.
ERPlag Compiler Build
Lexer, parser, semantic analysis and code generation for a custom language in C.
Cache Engine Deep Dive
Building a high performance in memory cache in C++ with LRU eviction and custom allocators.
Projects
In-memory Cache Engine
Implemented a high-performance in-memory cache in C++ featuring LRU eviction, custom memory management, and thread-safe data structures.
ERPlag Custom Compiler
Built a full compiler in C for a custom language, including lexer, parser, semantic analysis, and code generation.