Remix.run Logo
staticassertion 3 hours ago

How much overhead is that? Also, why would that have much overhead? Things deduplicate in memory.

pizlonator 29 minutes ago | parent | next [-]

They dedup at the page level.

This isn’t that kind of duplication.

rlpb 3 hours ago | parent | prev [-]

Your apt update would still be huge though. When the dependency changes (eg. a security update) you’d be downloading rebuilds of 20 apps. For the update of a key library, you’d be downloading your entire distribution again. Every time.

staticassertion 3 hours ago | parent [-]

Oh, well yeah, statically linked binaries have that downside. I guess I don't think that's a big deal, but I could maybe imagine on some devices that are heavily constrained that it could be? IDK. Compression is insanely effective.