On Tuesday, March 4, 2014 4:57:26 AM UTC+1, Daniel Baird wrote: > > > I agree that expecting to load all that into a single browser page might > be a stretch, but it's worth a try. >
It actually is simple to try it. There has been a topic where I did post some code, that can be executed in a browser dev environment. The console F12. see the discussion here: https://groups.google.com/d/msg/tiddlywiki/E9DMg4ZTccw/P1qjS_-HOjAJ I did create 20'000 tiddlers, that produced a file size fo 20MByte .... So just use 1000 x 1000 for the loop and you'll get 1 mio tiddlers. I did a short test with 100'000 tiddlers ... It needs about 1.5 minutes to create it Opening the recent tab needs about a minute to open Opening a tiddler needs 10 seconds. Opening the More: tags tab needs 14-20 seconds. Chrome memory consumption is 1.3 GByte for 100'000 tiddlers. So you can do your own tests with 1'000'000 tiddlers. ... I actually didn't try to save the file. The outer loop creates tags, that are used in TW to create a structure. Like your continent-country-nations-community-.... so a country may be tagged by the continent name. nations are tagged with the country name and so on.... I think the concept in this way is not useable at all. TW does a lot of linear searches, that need to touch every tiddler. eg: to get all tiddlers that are tagged "continent" it needs to search the whole list of tiddlers. ... just my thoughts. have fun! mario -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

