Morris
  • Home
  • Blogs
  • Projects
  • Contact

My Blogs

My writings on stuff I made, stuff I learned, and stuff 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