summaryrefslogtreecommitdiffstats
path: root/src/object/sp-guide.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-22 21:29:49 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-22 22:54:24 +0000
commit07078f49b961b996153b0436dfac97871b475b02 (patch)
tree7f25e8ee5c9aecc2ece58525b6426a31b8b0edc3 /src/object/sp-guide.cpp
parentFix a bug if shape is not defined in powerclip (diff)
downloadinkscape-07078f49b961b996153b0436dfac97871b475b02.tar.gz
inkscape-07078f49b961b996153b0436dfac97871b475b02.zip
Inkscapestream: Incredible speed up for writing of strings
This tremendously speeds up saving long strings which previously had to do "n!" lookups (where n is the number of chars) as Glib::ustring::operator[] has to iterate over all preceding unichars in each iteration to find the requested unichar. A file with a CDATA section of ~1 MB saves in a few milliseconds now, previously it didn't finish even after some minutes. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1793877
Diffstat (limited to 'src/object/sp-guide.cpp')
0 files changed, 0 insertions, 0 deletions