Use for instead of forEach with ranges (#1035)
* Use `for` instead of `forEach` with ranges. `forEach` is several times slower when used with ranges. * Add changelog
This commit is contained in:
parent
8a0ad443d1
commit
c14cf15d4f
2 changed files with 3 additions and 2 deletions
1
changelog.d/1035.bugfix
Normal file
1
changelog.d/1035.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance.
|
||||
Loading…
Add table
Add a link
Reference in a new issue