1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 01:57:19 +00:00
TiddlyWiki5/boot
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
..
boot.css.tid Rename "tw-error-*" classes to "tc-error-*" 2014-08-28 17:39:32 +01:00
boot.js Optimise $tw.utils.parseStringArray() 2017-02-19 18:08:15 +00:00
bootprefix.js Minor tweaks to boot kernel for AWS 2015-12-19 18:52:25 +00:00
sjcl-license.txt Update to Stanford JavaScript Library v1.0.6 2016-12-15 17:13:32 +00:00
sjcl-license.txt.meta Update to Stanford JavaScript Library v1.0.6 2016-12-15 17:13:32 +00:00
sjcl.js Update to Stanford JavaScript Library v1.0.6 2016-12-15 17:13:32 +00:00
sjcl.js.meta Make the core into a plugin 2013-03-28 17:07:30 +00:00