#Systems

2 items tagged with “Systems

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.