In https://gerrit.wikimedia.org/r/#/c/29879/ I was able to save tens of megabytes of memory by using Html::element( 'a' ) instead of Linker::link.
Profiling also confirms my observations: over 20k per call and 0.5 ms per call. Not much per se, but it really adds up when making hundreds or even thousands of links like I do.
Part of this might come from hooks: Translate and SemanticForms are using hooks in linker.
Version: 1.21.x
Severity: normal
URL: http://translatewiki.net/w/profileinfo.php?filter=Linker%3A%3A&sort=time&expand=%2CLinker%3A%3Alink