(no title)
unshift | 14 years ago
as for apps and packages, i don't care for most distros' dependency systems, but the only downside is more files on disk -- and who really cares if there's an extra 25MB of stuff you never use on there, assuming you have the space.
forgotusername|14 years ago
There are a bunch more differences like this. If it's like userspace, in many cases the dynamically loaded symbols also involve a level of indirection in order to access them since they have no fixed address at link time, which results in a small performance hit.
Modules also include metadata which remains for as long as it is loaded, but I think this is negligible.