-
CY86→x86-64 Translator: Complete Implementation with Performance Optimizations, From Zero to Working Compiler
C++ implementation of a CY86 assembly language translator targeting x86-64 ELF executables, achieving 18% performance improvement through advanced compiler and codegen optimizations
-
Lock-Free Queues with Advanced Memory Reclamation: A Deep Dive into Epoch-Based Reclamation and Hazard Pointers
Understanding how modern concurrent systems solve the memory reclamation problem in lock-free data structures
-
C++ Preprocessor Tokenizer: A Complete Implementation of Translation Phases 1-3
Production-quality C++ implementation of preprocessing phases 1-3 with full UTF-8, trigraph, and universal character name support, achieving 24% performance improvement through advanced optimizations
-
From 245s to 0.37s: Optimizing an MPI Traveling Salesman Solver
A comprehensive technical journey through four iterations of MPI-based TSP solver optimization, achieving a 635× performance improvement through algorithmic enhancements, hybrid parallelization, and careful engineering.
-
Real-Time Cryptocurrency Trade Correlation Engine: A High-Performance C++ Implementation
Production-quality C++ system for real-time cryptocurrency trade aggregation and correlation detection across multiple exchanges