Explore disk IO options #127
Labels
No labels
bug
documentation
explore
improvement
roadmap
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
Tearnote/Playnote#127
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Reliable background IO that doesn't cause frame hitches is integral to the Playnote experience. The current IO strategy is SQLite databases and memory-mapping for songs. Explore using
io_uringon Linux andioringon Windows for further benefits even on weaker or more loaded systems.Implemented in
d786ae8b47