this post was submitted on 16 Oct 2024
59 points (81.1% liked)
196
16477 readers
2173 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Insane if you think about how little functionality this kind of app needs. Millions of lines of code for what?
I bet they have a copy of every native library they use except like libc, and probably don't do any dead code elimination on those. And maybe they also have copies of the app for different ARM versions. And then an additional 20MB of JavaScript because everyone does these days.
Don’t be silly, the whole app is JS!