(no title)
youknow123 | 5 months ago
Back in the Quake days, we had single-core CPUs and tiny RAM - every thread mattered. Now with 16+ cores and tons of memory, it's cheaper to just spawn threads for everything rather than write complex single-threaded code.
Your computer's fine - this is just how software works now. We traded elegance for "throw hardware at the problem."
No comments yet.