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

Speedup audbcards.Dataset.segments #112

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Speedup audbcards.Dataset.segments #112

wants to merge 2 commits into from

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Aug 22, 2024

Depend on audb>1.9.0 to make use of the new pickle_tables argument to avoid pickling tables in cache when loading them the first time to calculate the number of segments in audbcards.Dataset.segments. If the table is already stored as a pickle file in cache, it will still load the pickled table.

TODO:

  • measure speed increase on databases published to a local repository, to exclude downloading from measurement

@hagenw hagenw marked this pull request as draft August 22, 2024 11:53
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.

1 participant