Skip to content
Snippets Groups Projects
Sébastien Villemot's avatar
Sébastien Villemot authored
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.
75fccedf
History