Shared libraries
Shared libraries
Posted Nov 26, 2025 11:21 UTC (Wed) by bluca (subscriber, #118303)In reply to: Shared libraries by mb
Parent article: APT Rust requirement raises questions
Yes, having huge binaries like Rust has means there is a large cost in loading them, as opposed as more efficient and smaller binaries using shared libraries that are already loaded in memory anyway. This is a well known pitfall, that for some reason a lot of people seem to have suddenly forgot about
