$ pontakorn --help

I'm Pontakorn, a Computer Science undergrad based in Singapore. I previously worked as a Software Developer Intern at DRW, where I build high-performance, low-latency trading systems.

< Scroll down! >

Projects

  • delegate

    A C++ header-only library, delivering high-performance delegation with minimal overhead.

    Tech: C++

    Links:

    GitHub

  • Curl HTTP/2 optimization

    A patch for Curl that improves HTTP/2 performance by reducing the number of TLS records and TCP packets sent.

    Tech: C • nghttp2

    Links:

    GitHub

  • http2-client

    A HTTP/2 client built with asynchronous I/O and C++20-style Coroutines with support for SSL/TLS.

    Tech: C++ • Boost.Asio • nghttp2 • OpenSSL

    Links:

    GitHub

  • OpenSSL scatter/gather I/O

    An implementation of writev for OpenSSL that allows writing to multiple buffers in a single call to reduce overhead from constructing multiple TLS records.

    Tech: C • OpenSSL

    Links:

    GitHub • 

    Benchmark

  • breakthrough-gui

    A web application for playing Breakthrough, a two-player abstract strategy game. The application allows users to upload their own AI and play against other users.

    Tech: TypeScript • React • Next.js • TailwindCSS • Ably

    Links:

    Website • 

    GitHub

  • AutoClicker

    A GUI application for automating mouse clicks. The application sends mouse clicks to inactive windows without stealing focus.

    Tech: C# • .NET Framework • Windows API

    Links:

    GitHub

  • submissions

    A repository for my competitive programming solutions of over 800 Olympiad-level problems from my high school years.

    Tech: C++

    Links:

    GitHub