Skip to content

Optmize data loading #22

@satyaog

Description

@satyaog

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions