Tagged Questions
3
votes
1answer
2k views
Faster JavaScript fuzzy string matching function?
I'm using the following function to fuzzy match strings:
...
1
vote
1answer
210 views
Milliseconds to Time string & Time string to Milliseconds
Fast Time conversion
I'm trying to write a very fast time-to-string and string-to-time function.
I noticed that on low CPU mobile devices this function has, even if minimal, impact on the ...