this post was submitted on 09 Jul 2024
76 points (94.2% liked)
Linux
5218 readers
12 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
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
I suspect this is comparing against default Wine without fsync or esync (which are included with Proton and some wine builds) but from memory, ntsync has better compatibility and some performance gains over fsync (the next fastest alternative). But don't expect 50% performance gains compared to fsync in most workloads.
Any bit of improvement is good in my book, though I agree that the title is a bit misleading.
Its indeed on average 50%.. in some games.. Sometimes only 5% while in other cases even 150%.
Yep, and most people are already using fsync anyways via proton/lutris/etc. so the gain is a bit misleading.