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

Analyze memory write operations #18

Open
FriedrichFroebel opened this issue Jan 31, 2023 · 0 comments
Open

Analyze memory write operations #18

FriedrichFroebel opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FriedrichFroebel
Copy link
Owner

Running didjvu bundle -o out.djvu *.tif on a directory which contains 413 images with a total size of 58 MB results in an output file of size 12 MB. The task monitor reports about 12.5 GB of write operations for the didjvu process at the end, which is more than 200 times the input size.

This seems to be quite some overhead which might receive some further analysis on which operations cause this and whether there is anything we can optimize here.

The above observations were made with some older commit of this repository running on Python 3.6.

@FriedrichFroebel FriedrichFroebel added the enhancement New feature or request label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant