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

Optimize writing from DataFrame to XES if possible #78

Closed
iharsuvorau opened this issue Dec 2, 2022 · 0 comments
Closed

Optimize writing from DataFrame to XES if possible #78

iharsuvorau opened this issue Dec 2, 2022 · 0 comments
Assignees
Labels
performance Temporal/memory performance of the algorithm
Milestone

Comments

@iharsuvorau
Copy link
Member

iharsuvorau commented Dec 2, 2022

This line, https://github.com/AutomatedProcessImprovement/Simod/blob/master/src/simod/process_calendars/optimizer.py#L85, contributes to about 13% of Simod's running time.

It happens during Calendars Optimisation, because we keep splitting the log in each optimiser, so we need to re-write it to disk in Calendars Optimiser.

@iharsuvorau iharsuvorau added the performance Temporal/memory performance of the algorithm label Dec 2, 2022
@iharsuvorau iharsuvorau added this to the Simod v3.2.0 milestone Dec 2, 2022
@iharsuvorau iharsuvorau self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Temporal/memory performance of the algorithm
Projects
None yet
Development

No branches or pull requests

1 participant