this post was submitted on 16 Nov 2025
241 points (98.8% liked)

PC Gaming

12697 readers
614 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LordKitsuna@lemmy.world 10 points 1 day ago (2 children)

You remember an era before streaming assets and preloading optimization lol. Also HDD are terrible at random IO amd transactional latency. Sequential read isn't the issue never was it was random IO and seek latency. You had to wait for the HDD to even get to the data in the first place to even start reading it. much like an SSD, SD cards don't suffer from that transactional latency.

Anyway the "larger" games I've played is probably cyberpunk, DRG, and i guess overwatch? I'm not exactly a huge AAA person I like a lot of indie titles. Vein is probably the most recent game on my list since its early access. A lot of historical games would be factorio, satisfactory, Dyson Sphere program, rimworld, valheim, endless dungeon, Risk of rain 2, things like that.

Settings are usually whatever max i can maintain near 60 with. First sacrifice is always shadows and extra lighting before textures

[–] CameronDev@programming.dev 0 points 1 day ago (2 children)

Maybe you have better SD cards, but mine are just terrible (150MB/s on the label, but real world reads are 20MB/s, random IO also seems trash but I dont have any numbers for that), so I have a tough time believing that their sufficient, even with streaming IO. Next time I get a chance I'll install a game on it and give it a whirl, but I'm pretty pessimistic.

[–] LordKitsuna@lemmy.world 1 points 23 hours ago

Keep in mind that on Windows this is pretty much guaranteed to fail because Windows is trash at dealing with IO. A hilarious fact if you install Windows on a virtual machine running under a Linux host it will get better IO benchmarks than if you were to install Windows on that machine bare metal.

It's also constantly thrashing the system with a bunch of b******* background IO so a big part of why this can work is that steamos is using Linux lol

I also run a lot of games off an SD card in my deck. Dragon age veilguard is probably the most demanding I've played off an SD card it didn't have issues.

I know whenever I purchase an SD card for the deck or something demanding I do a decent bit of research. There are a bunch of different terms/specs on SD cards that impact performance, more than just 150 MB/s. Perhaps the SD card you have isn't the best for gaming, or maybe it's a dud card or a crappy manufacturer.

[–] xep@discuss.online 0 points 1 day ago

Streaming assets is precisely the reason for fast i/o. There's a reason technologies like DirectStorage and its PS5 equivalent exist.