Computer Science student at the University of Bucharest (FMI)
Low-level systems, cryptography, and performance optimization
struct Developer {
char name[] = "Stefan";
char location[] = "Bucharest, Romania";
char university[] = "FMI, University of Bucharest";
char interests[][] = { "low-level systems", "cryptography",
"performance optimization", "assembly",
"embedded", "machine learning" };
char currently[] = "TaskSched::an RTOS-inspired C++ scheduler";
char learning[] = "Rust, OS, maths for ML";
};Languages
Frameworks & Tools
- RISC-V Performance Analyzer โ 5-stage performance analyzer in Python with configurable cache, data forwarding, hazard detection, branch predictor and a two-pass assembler.
- TaskSched โ Buliding a SMT C++ multi-core RTOS-inspired task scheduler simulator. Deadline Monotonic, Rate Monotonic and EDF scheduling, periodic/aperiodic/critical task hierarchy and a pull load-balancer.


