Skip to content
View sukesan7's full-sized avatar
  • Toronto, Canada
  • 01:39 (UTC -05:00)
  • LinkedIn in/sukesan

Block or report sukesan7

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

Hi, I'm Sukesan

Computer Engineering @ Toronto Metropolitan University
Specializing in building high-fidelity trading infrastructure and low-latency systems.


Technical Focus

Infrastructure Python Pandas Polars Event-Driven Architecture Monte Carlo Methods

Systems Engineering C++20 Lock-free Data Structures Multithreading Ring Buffers

Hardware & FPGA VHDL Quartus II Computer Architecture RTL Design

Featured Engineering

Deterministic, artifact-audited backtesting engine for intraday futures strategies (NQ/ES RTH).

Python, Event-Driven Simulation, Market Microstructure (bar-based)

  • Correctness: Causal multi-timeframe feature alignment (no look-ahead/session leakage) + next-bar-open execution sourced strictly from market tape (no execution leakage).
  • Execution Model: Tick-based slippage with time-window regimes + fill-time risk constraints to prevent “passes at signal, fails at execution” false positives.
  • Reproducibility: CI-gated ruff/mypy/pytest + determinism regression checks; run artifacts include SHA256 provenance via run_meta.json for tamper-evident outputs.

🔹 Stratos

Deterministic C++20 price-time priority matching engine (LOB) with audit-grade correctness harnesses.

C++20, Market Microstructure, Low-Latency Systems

In Development (Q1 2026).

  • Core Engine: Price–time priority matching with fixed-point prices (tick enforcement), limit/market/cancel flows, and fail-fast book invariants to prevent silent state corruption.
  • Correctness First: Includes a slow-but-correct oracle reference engine (std::map + FIFO) and seeded differential tests that compare fills + state checksums over randomized event streams with reproducible failure seeds.
  • Replay & Hardening: Planned binary event log + deterministic replay boundary, Google Benchmark baselines (p50/p99, throughput), and adversarial testing via ASan/UBSan + libFuzzer (advanced order types out of scope for v1.0).

Implementation of a custom processor architecture on FPGA.

VHDL, Quartus II, Hardware Design

  • Focus: ALU design, instruction pipelining, and register transfer level (RTL) logic.

Pinned Loading

  1. meridian meridian Public

    Deterministic, event-driven backtesting engine for intraday futures. Features regime-adaptive execution, strict session handling, and causal integrity

    Python

  2. fpga-risc-core fpga-risc-core Public

    Synthesizable 8-bit ALU & Control Datapath (RTL) designed for Altera Cyclone II FPGA

    VHDL