DallasFormulaRacing / DallasFormulaRacing/DataAnalyzer
Parallelism on file opening
Open
difficult
enhancement
quality of life
- Dominant language
- Java
- Stars
- 13
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently opening a file and running through the post processing can take a long time when done serially. However, some of these can be run independently since they do not rely on other post processing equations to finish. We would like to run these on independent threads so that more throughput can be achieved from the computer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.