Skip to content
Snippets Groups Projects
Commit 1cebd25d authored by Tom Frederik Leimbrock's avatar Tom Frederik Leimbrock
Browse files

Improve the performance of theme cloud administration

The keyword update function has a runtime that is quadratic
to the number of keywords, since the function examines all
keywords and has to search all previous keywords each time.
This commit ensures that this function is called only once
in ngOnInit instead of three times previously, as the
additional calls are redundant, reducing the administration
call time to one-third.

Closes #119
parent 7a24f728
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment