Diffusion KIO a48a277a8296

Cache translated strings in Job::emit functions

Authored by broulik on Dec 20 2018, 7:55 AM.

Description

Cache translated strings in Job::emit functions

These are called repeatedly for every single file processed and we end up spending
non-trivial amounts of time doing translation work.

Differential Revision: https://phabricator.kde.org/D17681

Details