1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-16 20:59:51 +00:00
Files
TiddlyWiki5/core/modules
Robin Munn 780e5d33a4 Slightly speed up [all[shadows+tiddlers]] filters (#7702)
The `all` filter operator has shortcuts to optimise common patterns like
`[all[shadows+tiddlers]]` or `[all[tiddlers]]`. In those cases, the
filter operator function returns early and never uses the `result`
linked list that was created, so it's immediately garbage-collected.
Let's delay creating it until we know it's actually going to be used.
2023-09-24 20:19:04 +01:00
..
2023-09-13 18:06:30 +01:00