On Tuesday, July 2, 2019 at 1:23:56 PM UTC+2, TonyM wrote: ... > Since tiddlywiki handles tiddler titles in many ways people's expectations > can be quite high to get the same features with any alias system. >
I think that's the point. ... You basically need to be able to do all things in the same way as you do with titles atm. Accessing the tiddler store using a title is a *single *lookup function, which is as fast as the browser memory management can make it. Accessing an alias name needs to iterate over every tiddler in the store and have a look at the aliases field, if the alias is there. Worst case: The last tiddler contains the wanted alias. :/ Best case: The first tiddler contains the alias. ... In average that's slower as directly accessing a title. plugins can use a caching mechanism. So only the first lookup will be slower. In TW 5.1.20 Jeremy introduces an indexing system, that can speed up filter operations. ... I'll definitely experiment with this new functionality with the uni-link plugin and aliases. .. The second test should be done with 60.000 tiddlers as Jeremy mentioned in the pull request <https://github.com/Jermolene/TiddlyWiki5/pull/3951>. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/dbde0f62-38d5-4f0e-9caf-879166c1bea2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

