Files
letro-android/changelog.d/1035.bugfix
Jorge Martin Espinosa c14cf15d4f 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
2023-08-08 08:48:39 +00:00

2 lines
88 B
Plaintext

Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance.