Skip to content
View thep1ckaxe91's full-sized avatar

Highlights

  • Pro

Block or report thep1ckaxe91

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

Dao Phuong Nam

Systems Engineer | High-Performance Computing | C++ Optimization

Computer Science student at VNU-UET focused on performance focus softwares.


Featured Project: Sandtris

A study in transforming a legacy simulation into a high-throughput engine using DOD.

Metric Legacy Implementation Optimized Engine (Current) Improvement
Throughput ~70 FPS ~7,000 FPS (Uncapped) 100x
Render Latency 16.6ms 0.06ms 99.6% Reduction

Engineering Roadmap:

  • Modernization: Refactoring legacy "C with Classes" patterns to idiomatic C++20 (Concepts, Ranges, Strong Types, RAII).
  • Concurrency: Seek performance gain with concurrency optimization, either data structure or algorithm.
  • Networking: Implementing a LAN PvP layer using TCP / custom UDP.
  • SIMD: Explore AVX2 for performance improvement.

View Repository

Pinned Loading

  1. Sandtris Sandtris Public

    Tetris, but pixels are sands, a refactor of old C++ project

    C++ 7 1

  2. libsdlgame libsdlgame Public

    Core library for Sandtris, API mimics Pygame for familiarity

    C++

  3. tp_sso tp_sso Public

    My own SSO implementation bench to compare with Clang's for fun (research)

    C++