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:
- Be Respectful.
- No Spam or Porn.
- No Advertising.
- No Memes.
- No Tech Support.
- No questions about buying/building computers.
- No game suggestions, friend requests, surveys, or begging.
- No Let's Plays, streams, highlight reels/montages, random videos or shorts.
- No off-topic posts/comments, within reason.
- 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
view the rest of the comments
I've never heard about directstorage before, and by the description it's an xbox api, does windows even support it?
That's not really impressive, you get 100k iops without any tweaking at all and cpu shouldn't even blink at it.
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.
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.
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.
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)