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
One idea is to start with an object prefilled with the dates and the default zero values. Then loop over the fetched downloads list and overwrite the existing dates and values. You'd pay for the date math up front to fill the empty object. Not very dissimilar from what we have now.
Pick a leaner date lib like datejs. Microbenchmarks show a 50% increase in speed.
8 to 10ms per package adds up.
Substack has ~650 packages
Is it
moment
that's taking a long time?The text was updated successfully, but these errors were encountered: