https://bugzilla.wikimedia.org/show_bug.cgi?id=54482
--- Comment #2 from Rical <[email protected]> --- Sorry, the function mw.title.new( id ) is "expensive" in the Lua manual. Perhaps the cost is due to the search of the page by comparing full page names with others. In this case, to accelerate this comparing we could compare short int64 keys rather than full names. These keys could be computed like CRC polynoms from the full names. Such keys change the sorting of pages, but this no matter because the goal is only "exists-or-no". -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
