diff options
| author | MenTaLguY <mental@rydia.net> | 2006-05-22 05:39:09 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-05-22 05:39:09 +0000 |
| commit | 8af4596d3ccc73239192315fdd25012cd2464fe6 (patch) | |
| tree | cd83a10b432dfd93b73b80a27c3884946d27e9f6 /ChangeLog | |
| parent | * Make sure the warning image regarding a non installed font is always initia... (diff) | |
| download | inkscape-8af4596d3ccc73239192315fdd25012cd2464fe6.tar.gz inkscape-8af4596d3ccc73239192315fdd25012cd2464fe6.zip | |
replace super-linear complexity stacked C stirng concatenations with O(1) append to std::vector
(bzr r932)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-22 MenTaLguY <mental@rydia.net> + + * src/extension/internal/svg.cpp: + + replace EXTREMELY inefficient (O(n^2), I think?) stacked C string + concatenations with appends to a std::vector, which is amortized O(1) + 2006-05-21 Marco Scholten <mscholtn@xs4all.nl> * src/ui/dialog/inkscape-preferences.cpp, |
