Big oh
Posted Aug 1, 2003 16:23 UTC (Fri) by
giraffedata (subscriber, #1954)
In reply to:
Fixing interactive response in 2.6 by Peter
Parent article:
Fixing interactive response in 2.6
I don't know the significance of the big-oh
(we're not doing complexity analysis, after all)
Yes, I believe we're doing complexity analysis. My understanding is that O(1) refers to the fact that the time it takes the scheduler to choose a process to run does not vary with the number of processes there are. By contrast, an O(n) scheduler might run down the list of processes looking for the best one to run.
(
Log in to post comments)