mediawiki-extensions-Scribunto/engines
Jackmcbarn f4501ccd22 Only use mw.ustring when necessary
mw.ustring is really really slow. I've discovered that in a lot of modules
on enwiki, upwards of 2/3 of the total runtime gets used when mw.html
calls mw.ustring.gsub. This change checks whether any Unicode characters
are present, and if not, calls string.gsub instead.

Change-Id: Ia50061584be3901ae7428354c449236225c318db
2016-05-30 18:38:32 +00:00
..
LuaCommon Only use mw.ustring when necessary 2016-05-30 18:38:32 +00:00
LuaSandbox Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaStandalone Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00