Morris
  • Home
  • Blogs
  • Projects
  • Contact

Writing

Notes on things I made, things I learned, and things I thought.

  • Thread Pool: Implementing an Efficient Fork/Join Framework

    May 15, 2025

    #optimization ยท #multi-threading

    My journey in squeezing out performance from my threadpool class project

  • Dynamic Programming is All About State

    February 10, 2025

    #competitive programming

    My mental framework for solving dynamic programming problems after solving dp problems every day for a semester