Originally posted by tiredoffglrx
View Post
Announcement
Collapse
No announcement yet.
BFS Scheduler Lost Some Charm With Linux 3.11
Collapse
X
-
-
Since the multiqueue block layer in kernel 3.13 has reportedly increased system performance/responsiveness under I/O load, it would be very interesting to see benchmarks of 3.13 with and without BFS (whose purpose is to enhance system responsiveness). Even though ATM the new block layer is not performing too well.Last edited by halo9en; 09 January 2014, 02:26 AM.
Comment
-
Originally posted by halo9en View PostSince the multiqueue block layer in kernel 3.13 has reportedly increased system performance/responsiveness under I/O load, it would be very interesting to see benchmarks of 3.13 with and without BFS (whose purpose is to enhance system responsiveness). Even though ATM the new block layer is not performing too well.
Comment
-
Originally posted by movieman View PostAs suggested above, I suspect it's because Windows ties the GUI tightly to the rest of the operating system, while Linux runs it as a user space process.
Originally posted by a userassuming C denotes a constant then of course O(1) is the very same as O(C), by definition of O()
but the point is that CFS does NOT have constant execution times - it relies on a tree, and tree traversal times are logarithmic
Comment
-
Originally posted by silix View Postbut the point is that CFS does NOT have constant execution times - it relies on a tree, and tree traversal times are logarithmic
You cannot say that something is O(1) if it includes something have a logarithmic complexity.
I know that CFS use lists but I am assuming that the number of lookups is constant or else CFS would be O(n)
Comment
Comment