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

Block or report Mxnrxjj

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Mxnrxjj/README.md

πŸ‘‹ Hello, I'm @Mxnrxjj

I'm a developer passionate about building high-performance, low-latency systems in C++ while also leveraging Python for data analysis and React.js for crafting intuitive user interfaces. My work focuses on applying advanced data structures and algorithms to solve complex, real-world problems.


πŸš€ My Core Project

My main project is a High-Performance Order Matching Engine, a server that simulates the core functionality of a real stock exchange. It's built from scratch in C++ and engineered for both speed and robustness.

  • Engineered with DSA: The system uses a min-max heap (priority queue) for O(1) best-price access and a lazy deletion strategy with an unordered map for efficient order cancellations.
  • Performance-Driven: It's capable of processing over 2 million orders per second on a single thread.
  • Next Steps: I am currently implementing a deterministic latency profiling framework. This involves using Python with libraries like Pandas and Matplotlib to analyze and visualize the performance data captured from the C++ core.

πŸ”§ Tech Stack & Toolbox

  • Systems & Performance: C++ Data Structures & Algorithms Performance Profiling
  • General Purpose & Data Analysis: Python Pandas NumPy Matplotlib
  • Web Development: React.js JavaScript HTML5 CSS3

πŸ‘€ Interests & Collaboration

I'm interested in projects related to finance, low-latency systems, and I'm open to collaborating on high-impact projects that require a deep understanding of both back-end performance and front-end development.

πŸ“« Let's Connect

Popular repositories Loading

  1. Mxnrxjj Mxnrxjj Public

    Config files for my GitHub profile.

  2. makeathon7-website makeathon7-website Public

    Forked from k-keshav-aggarwal/makeathon7-website

    Official website for Makeathon 7

    CSS 1

  3. project_3D_developer_portfolio project_3D_developer_portfolio Public

    Forked from adrianhajdin/project_3D_developer_portfolio

    The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!

    JavaScript

  4. Tech-Resources Tech-Resources Public

    Forked from MicrosoftStudentChapter/Tech-Resources

    This repository consists of detailed free resources and roadmaps to kick-start your career in the tech domain!

  5. Currency-Converter Currency-Converter Public

    This is my first project on github

    JavaScript

  6. Data-Structures Data-Structures Public

    Data structures assignments

    C++