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


