Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid superfluous copy of data #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arenevier
Copy link

This change avoids a copy of data. When parsing a strava export containing 1100 fit.gz activities, the parsing time goes down from 22 seconds to 13 seconds with that change.

This change avoids a copy of data. When parsing a strava export
containing 1100 fit.gz activities, the parsing time goes down from
22 seconds to 13 seconds with that change.
@Lijah99
Copy link
Contributor

Lijah99 commented Sep 19, 2024

I let the tests run and they seemed to have passed. We will look into this improvement and run speed tests of our own. These changes would be made in our internal repository, then later be pushed to this GitHub repository when we do another release of the SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants