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

Optmize data loading #22

Open
satyaog opened this issue Aug 5, 2020 · 0 comments
Open

Optmize data loading #22

satyaog opened this issue Aug 5, 2020 · 0 comments

Comments

@satyaog
Copy link
Collaborator

satyaog commented Aug 5, 2020

The current python implementation is too slow as it loads all mp4 boxes fields/subboxes of an item at data loading time.

Optimization should avoid loading unnecessary fields and:

  • cache fields to only have to decode the data at loading time
  • move item fields data loading implementation to C
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

No branches or pull requests

1 participant