libretro / libretro/opera-libretro
create a multi-threaded version of main loop
Open
@trapexit is already working on this.
Since Apr 16, 2018.
enhancement
- Dominant language
- C
- Stars
- 86
- Forks
- 50
- Avg merge
- 7h 10m
- Merged PRs (30d)
- 1
Description
A couple forks of 4DO included basic multi-threading support by placing certain emulated components in their own thread. Given the code isn't built from the ground up to work in that fashion it's not clear this will significantly improve performance if synchronization is regularly required but given the low level nature of the emulation if certain behaviors can be split to separate cores it could help.
This feature should be optional.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.