Linux.com

Re:Wrong things

Posted by: Anonymous Coward on October 25, 2003 03:02 AM
Modules aren't free. They take a little more memory, and when calling a kernel service (e.g. kmalloc), there's another level of indirection involved, so it's not quite as fast. But otherwise you're correct: "significantly slower"? Nope.

DSC

#

Return to If I could re-write Linux