[fs] use mmap() to read files using VM/pagefaults for higher throughput #3151
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!3151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mmap-fixews"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: lizzie lizzie@eden-emu.dev
@ -342,0 +343,4 @@#ifdef _WIN32const auto flush_result = std::fflush(file) == 0;#elseconst auto flush_result = std::fflush(file) == 0;This is the same on both lol
[fs] use mmap() to read files off the mmap system for higher throughputto [fs] use mmap() to read files using VM/pagefaults for higher throughput869edfcb293adf26aba9View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.