Skip to content
View Dim-Sim7's full-sized avatar
  • Perth, Australia

Block or report Dim-Sim7

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

Hi, I'm Dimitrije, a software engineering student at Curtin University in Perth interested in C++ and low-level programming.

Contact

PAST CubeSat Telemetry Validation

A bare-metal STM32L4 firmware that encodes and transmits telemetry packets over UART, paired with a Python receiver that parses frames

Dim-Sim7/PAST-CubeSat-Telemetry-Validation

Order Book

A client-server order book matching engine written in C++. The server maintains a live book of limit and market orders, matching incoming orders against resting ones using price-time priority.

Dim-Sim7/client_server_orderbook

Ring Buffer

A lock-free SPSC ring buffer in C++, built across six iterations each introducing one optimisation: thread safety, cache-line alignment to eliminate false sharing, acquire/release memory ordering to reduce synchronisation overhead, and cached index reads to cut cross-core atomic loads. Each version is benchmarked with perf to measure the impact.

Dim-Sim7/Ring-Buffer

CUDA GPU Renderer

A 3D software rasterizer implemented twice - once on the CPU with OpenMP across 6 cores, once on the GPU with CUDA using tile-based deferred rendering across 262,144 threads.

Dim-Sim7/CUDA-GPU-Renderer

Pinned Loading

  1. PAST-CubeSat-Telemetry-Validation PAST-CubeSat-Telemetry-Validation Public

    C

  2. client_server_orderbook client_server_orderbook Public

    C++

  3. Ring-Buffer Ring-Buffer Public

    C++

  4. CUDA-GPU-Renderer CUDA-GPU-Renderer Public

    C++

  5. ship-simulator-oose-curtin ship-simulator-oose-curtin Public

    HTML

  6. PerthAerospaceStudentTeam/C2S PerthAerospaceStudentTeam/C2S Public

    PAST CubeSat Camera System (C2S)

    TeX 1