this post was submitted on 26 Jun 2025
172 points (99.4% liked)

PC Gaming

11507 readers
693 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
[–] nesc@lemmy.cafe 4 points 8 hours ago (3 children)

I've never heard about directstorage before, and by the description it's an xbox api, does windows even support it?

The goal is to enable handling of up to 50,000 requests per second while using at most 10% of a single CPU core

That's not really impressive, you get 100k iops without any tweaking at all and cpu shouldn't even blink at it.

[–] claymore@pawb.social 5 points 8 hours ago (1 children)

Yes it runs on windows, if I recall it's to pass data from storage to the GPU directly without passing through the CPU. Which lowers CPU usage and speeds up things like game loading or texture streaming for example. You probably found references to Xbox because it was implemented there first with the launch of the current gen consoles.

[–] nesc@lemmy.cafe 1 points 8 hours ago

Interesting, there is no support of direct io from wine, and it's a different to what linux does (50k iops is still laughable tbh) altogether.

[–] Kyrgizion@lemmy.world 2 points 7 hours ago* (last edited 7 hours ago)

Yeah it's a Windows (11?) feature. AFAIK it's only supported explicitly by a handful of games, but it does appear to make a major difference for those games if the hardware used is up to the task.

It might just be a feature in the same category as "Nvidia hairFX" or w/e as a marketing gimmick though.

[–] DaPorkchop_@lemmy.ml 1 points 8 hours ago

And linux has io_uring which can handle millions of syscalls from a single thread without breaking a sweat. In my experience, I/O on Windows is just really slow, every file operation takes 10s to 100s of times longer than on any Unix-like kernel (1000s if windows defender is enabled)