Skip to content
View ursus161's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ursus161

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ursus161/README.md

Hi, I'm Stefan 👋

Computer Science student at the University of Bucharest (FMI)
Low-level systems, cryptography, and performance optimization


🧠 About me

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";
};

Tech Stack

Languages

Rust

Frameworks & Tools


Working on

  • 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.

Pinned Loading

  1. riscv-performance-analyzer riscv-performance-analyzer Public

    Python 11

  2. TaskSched TaskSched Public

    C++ 1

  3. CortexPeek CortexPeek Public

    C++

  4. PackageMonitor PackageMonitor Public

    Shell

  5. rsa rsa Public

    C++ 1

  6. lfa lfa Public

    Python