Shared libraries
Shared libraries
Posted Nov 25, 2025 18:37 UTC (Tue) by joib (subscriber, #8541)In reply to: Shared libraries by mb
Parent article: APT Rust requirement raises questions
Perhaps faster in the sense it's more likely the pages from the shared library are already in memory and thus don't need to be paged in from disk? Particularly for some widely used library like libc; for the long tail of libraries used by a single or just a few applications less so.
