Improve the speed of the duplicate code analysis
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Improve the speed of the duplicate code analysis.
Analysis:
The parsing step of the duplicate code analysis is done in O(n²) instead of O(n), because the results are not cached. Add a caching functionality.
Implementation:
Done with [#299]
Documentation:
Change was documented in the changes log. No further documentation needed because internal change.
Tests:
The change was tested and no deviations were detected. Change implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Tickets:
#299Diff: