Skip to content
View AareRenuShri's full-sized avatar

Highlights

  • Pro

Block or report AareRenuShri

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.

Content in all repositories owned by your account will be closed.
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
AareRenuShri/README.md
Hi, I'm Aare Renu Shri
  

### About Me
  • 💻 B.Tech CSE student at IIT Hyderabad, building things that sit somewhere between systems, ML, and the web
  • ⚙️ Into OS internals, RISC-V assembly, and performance benchmarking (xv6, gem5, PostgreSQL indexing)
  • 🤖 Building ML-powered tools like log classifiers, analyzers, and small deployed APIs
  • 🎯 Goal: write code that's fast, clean, and actually useful
  • 🎨 Also into dance, sketching, and digital fabrication

Tech Stack


GitHub Analytics



Contribution Graph

Aare Renu Shri's GitHub Contribution Graph

Pinned Loading

  1. jeep-digital-fabrication jeep-digital-fabrication Public

    A detailed Jeep model designed in Fusion 360 and fabricated using FDM 3D printing.

    G-code

  2. riscv-fpu-vs-loadstore riscv-fpu-vs-loadstore Public

    Comparing FPU register usage vs Load/Store performance in RISC-V matrix multiplication, benchmarked with gem5 (RV32IMFD)

    Assembly

  3. xv6-os-kernel-extensions xv6-os-kernel-extensions Public

    Extending xv6 with custom syscalls, an SC-MLFQ scheduler, page replacement, and disk/RAID-backed swap.

    C

  4. db-optimizer-analysis db-optimizer-analysis Public

    PostgreSQL query optimization analysis: indexing strategies, selectivity benchmarking, and a divide-and-conquer algorithm for detecting query optimizer plan switches, tested on a 6M-row TPC-H dataset.

    Python

  5. log-analyzer log-analyzer Public

    CLI tool that parses log files and generates visual error summaries

    Python

  6. log-classifier-api log-classifier-api Public

    Python