Avoid temporary allocations when saving the file

We currently allocate massively when saving a file. We can avoid a lot of temporary allocations by using the lower level QStringEncoder api

Merge request reports

Loading