Hacker News new | ask | show | jobs
by kaibee 685 days ago
> I have yet to see a game on my computer that uses more than 0.5% of my CPU.

Just a nitpick here, you probably have some multicore CPU while the render-dispatch code is gonna be single threaded. So that 0.5% you're seeing is the percent of total CPU usage, but you probably want the % usage of a single core.

1 comments

Yeah, you're right. Sorry about that one.