Skip to content

Reduce Memory footprint for various functionalities #5

@ss4328

Description

@ss4328

Currently, all operations are performed in-memory. Let's batch process it to make the implementation more memory friendly.

Some ideas:

  • Files breaching a certain threshold will trigger chunking
  • TQDM for keeping user in the loop
  • Validation of available space for uber-large files. Let's say 4GB to start with, tunable via config.py

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