1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-21 10:52:14 +01:00
Adrian Hughes 3f0699a949
Optimize applyFilter() to Avoid Redundant String Operations (#11284)
if 'showingHint' == true, then many potentially expensive String operations are being executed on an empty string. This change wraps these operations in an if block which will only run them when needed.
2021-04-09 13:36:32 +02:00
..
2020-06-03 10:21:06 +02:00
2020-06-03 10:21:06 +02:00