this post was submitted on 17 Oct 2025
186 points (93.9% liked)

Apple

19564 readers
112 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 2 years ago
MODERATORS
 

Is there anything I can do about this extremely vague block of data that’s taking up 30% of my phone’s storage? Mind you, this isn’t the operating system itself, as that’s listed as its own category.

you are viewing a single comment's thread
view the rest of the comments
[–] SpaceNoodle@lemmy.world 12 points 2 days ago (1 children)

Better OSes use vector assets that have effectively infinite resolution

[–] Aatube@kbin.melroy.org 0 points 2 days ago (1 children)

raster image caches are way way faster to display than the raw vector images

[–] SpaceNoodle@lemmy.world 0 points 2 days ago (1 children)

Yes, those would be cached in RAM.

[–] Aatube@kbin.melroy.org 1 points 2 days ago (1 children)

that's an entirely different thing. both raster and vector images are cached in RAM in probably the same format. that doesn't make vector images faster

[–] SpaceNoodle@lemmy.world 0 points 2 days ago (1 children)

Oh, sorry, I didn't realize you had literally zero idea what you were talking about about.

[–] Aatube@kbin.melroy.org 0 points 2 days ago

loading images from disk? i don't think they'd be keeping every single asset cached in their 6GB RAM all the time. unless you know of superior space-saving measures they have?

apple limits its set of screen resolutions to support as they are the sole provider of hardware supported by iOS. raster assets for each resolution would make perfect sense since they only have to support three or four different screen sizes.