Real-life optimization work
Posted Nov 4, 2005 13:26 UTC (Fri) by
nix (subscriber, #2304)
In reply to:
Real-life optimization work by dann
Parent article:
All hail the speed demons (O'Reillynet)
Shared libraries are paged in, not `loaded from disk'; the overhead of using extra shared libraries on a prelinked system is very low indeed. (dlopen()ing is rather a lot more expensive, as you can't prelink dlopen()ed libraries.)
(
Log in to post comments)