#Systems

3 items tagged with “Systems

Blog Posts

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, reducing assembly size by 25%.