* Use `for` instead of `forEach` with ranges. `forEach` is several times slower when used with ranges. * Add changelog
2 lines
88 B
Plaintext
2 lines
88 B
Plaintext
Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance.
|