diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-22 21:29:49 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-22 22:54:24 +0000 |
| commit | 07078f49b961b996153b0436dfac97871b475b02 (patch) | |
| tree | 7f25e8ee5c9aecc2ece58525b6426a31b8b0edc3 /src/object/sp-guide.cpp | |
| parent | Fix a bug if shape is not defined in powerclip (diff) | |
| download | inkscape-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
