Open Lovinity opened 5 years ago
To (hopefully) boost speeds, try to refactor the code to utilize parallel promises and, where applicable, await Promise.all() so that tasks are completed faster, especially for example state/automation.
Ideally do this after completing https://github.com/Lovinity/wwsu/issues/12 and https://github.com/Lovinity/wwsu/issues/18 .
[ ] Implement
[ ] Test
Will work on this throughout the version 6 branch
To (hopefully) boost speeds, try to refactor the code to utilize parallel promises and, where applicable, await Promise.all() so that tasks are completed faster, especially for example state/automation.
Ideally do this after completing https://github.com/Lovinity/wwsu/issues/12 and https://github.com/Lovinity/wwsu/issues/18 .
[ ] Implement
[ ] Test