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.

๐Ÿ“ˆ Activity Graph

Activity Graph

Pinned Loading

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

    Python 7

  2. CortexPeek CortexPeek Public

    C++

  3. TaskSched TaskSched Public

    C++ 1

  4. PackageMonitor PackageMonitor Public

    Shell

  5. rsa rsa Public

    C++ 1

  6. lfa lfa Public

    Python