📰 Dev.to · Tyler Tan
6 articles · Updated every 3 hours · View all reads
All
Articles 88,316Blog Posts 108,027Tech Tutorials 21,897Research Papers 18,908News 14,549
⚡ AI Lessons

Dev.to · Tyler Tan
6d ago
From 178ms to 1ms: When Store-to-Load Forwarding Stalls Your For Loop
Take a look at this C++ snippet. Spend half a minute reading it, then take a guess — how long do you...

Dev.to · Tyler Tan
1w ago
Cache Deep Dive III — Replacement Policies, Prefetch, and Single-Thread Memory Access
The previous article discussed the static structure of caches. This part moves into dynamic aspects:...

Dev.to · Tyler Tan
1w ago
Cache Deep Dive II — Cache Organization and CPU Topology
Part I discussed the physical roots of the memory wall, the design principles of the memory...

Dev.to · Tyler Tan
1w ago
Cache Deep Dive I — The Memory Wall and Locality
Introduction A core conviction behind this series: engineers who truly understand the...

Dev.to · Tyler Tan
⚡ AI Lesson
3w ago
Building SQLite from Scratch: 740 Lines of C++23 to Understand Every Byte of a .db File
You fire up a MySQL client, connect to port 3306, send off your SQL, and the server parses,...

Dev.to · Tyler Tan
⚡ AI Lesson
4w ago
Building Kafka from Scratch: A Message Broker in 1800 Lines of C++23
You wrote a web scraper. It crawls product pages and pipes the results downstream for processing. You...
DeepCamp AI