@markfchavez
github
<< rails / stimulus / hotwire
CPU and IO-bound
October 09, 2025
CPU-bound
Math calculations
Image processing
IO-bound
Database calls
Network or API calls
Accessing files in the filesystem
💡
Increasing cpu doesn’t affect the performance of an IO-bound code.
back to main page