hexaredecimal / hexaredecimal/ryi
Use threads or Co-Routines when loading images
Open
enhancement
good first issue
- Dominant language
- C
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently loading images hangs the renderer as the file operations happen on the main thread. A solution is to multi-threading to speed up the loading by sharing the load across multiple threads.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.