1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-05-11 20:04:06 +00:00
Jeremy Ruston 7869546fef Speed up reveal widget
It turns out that the `localeCompare` function used by `compareStateText()` is very, very slow. Replacing it with a straightforward equality test makes one of my test rigs be 10x faster...

Note that this PR reverts the behaviour of match/nomatch to that before #3157. That change was not backwards compatible in that the switch to localeCompare meant that é === e, now it doesn't again.
2019-05-10 08:47:00 +01:00
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2013-11-10 19:22:10 +00:00
2018-04-24 22:05:05 +01:00
2013-12-21 16:11:48 +00:00
2019-05-10 08:47:00 +01:00
2014-08-28 21:43:44 +01:00
2014-11-09 17:10:18 +00:00
2015-05-07 19:44:08 +01:00
2017-08-24 20:58:08 +01:00
2019-03-17 12:25:15 +00:00