You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: optimized stats calculation by fetching contribution data in parallel using Promise.all (#416)
- Replaced sequential for loop with Promise.all to fetch contributions for each year in parallel.
- Utilized Array.reduce to aggregate total commit contributions, restricted contributions, and pull request review contributions.
- Improved performance by reducing the overall time to retrieve data from GitHub API.
0 commit comments