summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-22 05:39:09 +0000
committermental <mental@users.sourceforge.net>2006-05-22 05:39:09 +0000
commit8af4596d3ccc73239192315fdd25012cd2464fe6 (patch)
treecd83a10b432dfd93b73b80a27c3884946d27e9f6 /ChangeLog
parent* Make sure the warning image regarding a non installed font is always initia... (diff)
downloadinkscape-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5331377b6..e7ce13d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,