pdftilecut icon indicating copy to clipboard operation
pdftilecut copied to clipboard

Do less string replace

Open oxplot opened this issue 6 years ago • 0 comments

A lot of s = strings.Replace(s, ... is in the code which eats up memory is slow on larger files.

Should have some slices of new objects and only write them up at the end.

oxplot avatar Dec 01 '18 04:12 oxplot