LWN.net Logo

Real-life optimization work

Real-life optimization work

Posted Nov 4, 2005 16:29 UTC (Fri) by dann (guest, #11621)
In reply to: Real-life optimization work by nix
Parent article: All hail the speed demons (O'Reillynet)

"Paging in" does not make a big difference for small libraries during a cold startup, at least the symbol table and the _init need to be read from the
disk. Extra disk seeks are expensive.


(Log in to post comments)

Real-life optimization work

Posted Nov 4, 2005 18:31 UTC (Fri) by oak (guest, #2786) [Link]

Only if your mass storage is slow at seeking.

This is not the case if you use instead of hard disk for example Flash memory like is done on many embedded devices.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds