Writing
Notes on things I made, things I learned, and things I thought.
Thread Pool: Implementing an Efficient Fork/Join Framework
#optimization ยท #multi-threading
My journey in squeezing out performance from my threadpool class project
Dynamic Programming is All About State
#competitive programming
My mental framework for solving dynamic programming problems after solving dp problems every day for a semester