Closed zprobst closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
66d0953
) 96.05% compared to head (317db90
) 96.06%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Was playing around with some rust code over the weekend. On a hunch, I had a feeling that getting datetimes from pandas was going to be slow and alas... it was. This implements a time cache so that we don't get Pandas datetimes 1000s of times a second.
Current Performance
After Optimization