Skip to content
View Sudhanshu-S3's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Sudhanshu-S3

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
Sudhanshu-S3/README.md

Hey, I'm Sudhanshu πŸ‘‹

I'm a C++ developer, and I spend most of my time building systems where speed actually matters β€” low-latency infrastructure, real-time processing, that kind of thing.

Main interests

  • Real-time and event-driven systems
  • Concurrency, threading, lock-free designs
  • Memory-efficient data structures
  • Distributed systems and caching

Projects

Live-Strategy-Backtester-II β€” A backtesting engine for trading strategies, built with latency in mind.

Distributed-Cache-System β€” Custom distributed cache focused on fast response times.

Tracker β€” Tracking My Progress.

Tech I use

C++ Python CMake Git Linux Shell

C++ (17/20) is my primary language. I work with std::thread, atomics, lock-free queues, custom allocators, TCP/UDP sockets, shared memory β€” the usual low-latency toolkit. CMake for builds, perf/VTune for profiling.


Feel free to look around, open issues, or reach out if you're working on similar problems.

Pinned Loading

  1. Live-Strategy-Backtester-II Live-Strategy-Backtester-II Public

    A backtesting engine for trading strategies. ( Video Demo )

    C++ 1

  2. Distributed-Cache-System Distributed-Cache-System Public

    C++

  3. Tracker Tracker Public

    Tracking My Progress.

    C++

  4. System_Design System_Design Public

    A collection of system design concepts, patterns, and case studies to ace technical interviews. For Reference & Revision purposes.

    C++

  5. Rubiks-client Rubiks-client Public

    Solves Rubik's Cubes through image recognition and step-by-step solution guidance.

    JavaScript