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

Multithreading needed #5

Closed
mtyrolski opened this issue Jul 13, 2019 · 1 comment
Closed

Multithreading needed #5

mtyrolski opened this issue Jul 13, 2019 · 1 comment
Assignees
Labels
tool/visual problem related with "visual" tool

Comments

@mtyrolski
Copy link
Member

mtyrolski commented Jul 13, 2019

There is need to use multithread system in generating LaTeX dataset. It can improve performance several times.

@mtyrolski mtyrolski added this to the Generating own dataset milestone Jul 13, 2019
@mtyrolski mtyrolski self-assigned this Jul 13, 2019
@mtyrolski
Copy link
Member Author

[status update]
Implemented multithreading.
Improved performance:
800 images with size 800 x 800 generated in:
real 0m26,058s
user 3m5,969s
sys 0m1,255s

old performance:

real 1m51,065s
user 1m49,412s
sys 0m1,376s

on 4 threads using intel core i5 8th (in lenovo 320 configuration).
Waiting for @kubachrabanski approval.

@mtyrolski mtyrolski added the tool/visual problem related with "visual" tool label Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool/visual problem related with "visual" tool
Projects
None yet
Development

No branches or pull requests

1 participant