GNOME Bugzilla – Bug 667261
Avoid O(n^2) behavior when marshalling lists
Last modified: 2012-01-04 14:37:39 UTC
Appending requires walking the list every time: just prepend and reverse the list at the end.
Created attachment 204576 [details] [review] Avoid O(n^2) behavior when marshalling lists
Totally agreed. Please commit.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.