Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add caching to speed up
BoxScore
loading
the `.box_score()` method can take ~1.5s on average to load, making it very slow if your code iterates over this many times. Adding this cache makes it easier to work with and orders of magnitude faster.
- Loading branch information