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
[โ€“] meldroc@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

The thing I noticed right out of the gate when I went slumming on Threads is that the Android app package is 77MB. Compare that to Mastodon at 2.5MB.

Two apps that (from the user's perspective) do pretty much the same thing - make queries to servers and display pieces of text on the screen, maybe with some pictures or videos. Not that hard.

So what does that extra 74MB of bloat in the Threads app do? Meta's not telling us...

[โ€“] 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.