Raspberry Pi interview: Eben Upton reveals all (Linux User)
Raspberry Pi interview: Eben Upton reveals all (Linux User)
Posted Mar 7, 2012 16:01 UTC (Wed) by khim (subscriber, #9252)In reply to: Raspberry Pi interview: Eben Upton reveals all (Linux User) by epa
Parent article: Raspberry Pi interview: Eben Upton reveals all (Linux User)
The most CPU-intensive, branch-heavy thing in day-to-day use is probably rendering complex HTML pages.
This is kind of obvious: since there are whole OSes which do everything as “complex HTML pages” (webOS, ChromeOS, B2G, etc) literally any task can be covered by that definition. But even “simple”, “easy” things are in reality quite computationally heavy. Think True-Type rendering: basically unavoidable in contemporary OS and truly ubiquitous, yet very branch-heavy and power-hungry. Sure, you can employ some caching and make it more-or-less bearable, but from power supply POV all such things are kind of useless: significantly more energy-effective way is to add some kind of traditional CPU core.
