this post was submitted on 11 Jul 2023
9 points (100.0% liked)

Memes

45130 readers
1344 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] squaresinger@feddit.de 0 points 1 year ago* (last edited 1 year ago)

Tbh bloat usually has nothing to do with tracking or something. Additional code is actually super light-weight. To add full tracking and stuff, we might be looking at a few 100kb additional size.

Using fat frameworks like react native adds much more size. Maybe another 5-10MB.

But what really takes a lot of space is animations, images, background images and stuff like that. A high-res image might take multiple MB on it's own. Multiple of them will take much more.

Edit: I just downloaded and unpacked the newest thread's version's APK and unpacked it.

It has an upacked size of 143MB, of which 83.7MB are assets.

The compiled code including framework and all is 56.9MB. The rest (2.4MB) are metadata.

Mastodon has an uncompressed size of 4.3MB of which 2.4MB are code.