Performance enhancements when calculating averages
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Right now I have a poor approach to calculating stats which is calculating everyone's after each solve. Especially when I don't use every stat that I'm calculating.
I need to somehow only calculate the stats that I need and calculate stats incrementally. This is especially with calculating best averages.
Contributor guide
Assessment
This issue has not been assessed yet.