Skip to content
View Sudhanshu-S3's full-sized avatar
🏠
Working from home
🏠
Working from home
  • 19:44 (UTC +05:30)

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

Sudhanshu

I like understanding how things actually work — not just using them. C++20, Linux, low-latency systems.

Interests

  • Real-time and event-driven systems
  • Concurrency, threading, lock-free designs
  • Memory-efficient data structures
  • Distributed systems and caching
  • CPU architecture and SIMD internals
  • OS internals — scheduling, memory management, syscalls

Tech

C++ Go Python CMake Git Linux Shell

Contact

connect.sudhanshu.s@gmail.com

Pinned Loading

  1. FlashCache FlashCache Public

    Built from scratch in C++20, it leverages kernel-bypass concepts (Epoll) and custom memory allocation (Arena) to process over 763,000 requests per second on a single core.

    C++ 2

  2. Live-Strategy-Backtester-II Live-Strategy-Backtester-II Public

    A backtesting engine for trading strategies. ( Video Demo )

    C++ 2

  3. Orderbook Orderbook Public

    A limit order book implementation in C++20 supporting order matching, cancellation, and modification.

    C++

  4. simdjson simdjson Public

    Forked from simdjson/simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

    C++