04.07.2018, 14:49
A silly question, but why are you storing a float in a string to begin with?
String manipulations are always slower than processing the same value in a float or integer.
String manipulations are always slower than processing the same value in a float or integer.