Skip to content
Snippets Groups Projects
Verified Commit 75fccedf authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Performance improvement for DynamicModel::removeEquations()

The main bottleneck was in EquationTags::erase(), which had quadratic
complexity in the number of equations. This commit optimizes it to n·log(n)
complexity.
parent 7a758f67
Branches
No related tags found
No related merge requests found
Pipeline #11569 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment