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

[IIDM v1.2] Improve performance #174

Closed
mathbagu opened this issue Aug 13, 2020 · 1 comment
Closed

[IIDM v1.2] Improve performance #174

mathbagu opened this issue Aug 13, 2020 · 1 comment

Comments

@mathbagu
Copy link

  • Do you want to request a feature or report a bug?
    Arguable

  • What is the current behavior?
    Since the merge of [IIDM V1.2] Removed duplicates in VoltageLevel::getConnectables (#46) #143 we notice a performance issue ([IIDM V1.2] Removed duplicates in VoltageLevel::getConnectables (#46) #143). The export is 30% slower due to the use of DistinctPredicate. To export a VoltageLevel, the list of terminals is visited multiple times that is not efficient.

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

  • What is the expected behavior?
    Better performance

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:

    • PowSyBl Version: ...
    • OS Version: ...
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)

(if a question doesn't apply, you can delete it)

@mathbagu
Copy link
Author

Fix in #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant