Below you will find pages that utilize the taxonomy term “Dual-Core”
Interesting CPU Behavior
I never really knew much about how CPUs worked until I took a class in CPU design at Cornell. Until that point I never knew about registers and cache and pipelines. Ever since then I’ve been growing in my understanding of how the CPU works and how all the parts fit together. This culminated in me building five or six computers for myself and relatives. In that past few years, these computers have been dual or quad core computers. I’ve been using a dual core computer for my Linux computer for around a year now but I didn’t really think about it too much until this weekend. I was working on a new strip for my webcomic, " I’m Not Mad" (which I do with Nothing to the Table’s Daniel). A particular panel was taking forever to render, so I opened up the system monitor to take a look. The image was split into a bunch of squares and each square was given to a CPU core to work on. And, for basically the entire render time, both CPUs were maxed out as I expected. When it only had one square to do, one of the CPUs dropped to idle because there wasn’t anything for it to do. Nothing out of the ordinary there. But then I noticed this crazy pattern: