[Bug 702545] tags: xmp: adding tags is very slow

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 19 00:26:42 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702545
  GStreamer | gst-plugins-base | 0.10.35

--- Comment #5 from Edward Hervey <bilboed at gmail.com> 2013-06-19 07:26:38 UTC ---
Created an attachment (id=247233)
 View: https://bugzilla.gnome.org/attachment.cgi?id=247233
 Review: https://bugzilla.gnome.org/review?bug=702545&attachment=247233

xmptag: More efficient GSList usage

Instead of constantly appending (which gets more and more expensive), just
prepend to the list (O(1)) and reverse the list before usage.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list