1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-22 05:50:01 +00:00
Jermolene 75b501f681 Optimise $tw.utils.parseStringArray()
On my machine, the following test performed on the prerelease improves
from 40ms to 8ms with this patch:

```
var a =
$tw.utils.stringifyList($tw.wiki.allTitles());console.time();$tw.utils.p
arseStringArray(a);console.timeEnd()
```
2017-02-19 18:08:15 +00:00
..
2017-02-19 18:08:15 +00:00
2013-03-28 17:07:30 +00:00