Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
This class has a number of regexp for parsing time from human format to millis.
The profile says this class takes up 7kb due to all those regexp patterns. We can make this code use old fashioned code that checks for > 24 and all of that and build the output.
Then its a tiny class in size.