About precomputing hash values
Posted Aug 6, 2006 8:59 UTC (Sun) by
renox (subscriber, #23785)
Parent article:
Optimizing Linker Load Times
I'm a bit surprised that precomputing hash values is a gain: after all these precomputed value increase (a little) the size of the object files, so the gain of the lookup must be balanced against the increased time loading for the disk the object files.
Do the time measurements take into account the 'loading from the disk' part? Or are the object files already in memory?
(
Log in to post comments)