Linked by Thom Holwerda on Mon 25th Feb 2008 20:11 UTC, submitted by Nemilar
Permalink for comment 302286
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
There's a difference between having a library in disk cache, and having it actually loaded and mapped in to the system. In theory, once the library is loaded and mapped, at that point it can only take VM space (not necessarily physical memory space). Which basically comes down to if the library is swapped out, is that better, worse, or the same as having the library not loaded at all. That I don't know, and I don't know if any of this has actual impact on the user experience.