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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 19 02:20:12 PDT 2013


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

--- Comment #10 from Edward Hervey <bilboed at gmail.com> 2013-06-19 09:20:11 UTC ---
(In reply to comment #9)
> Might make sense to add a reverse hash table instead
> 
> g_hash_table_iter_next() should be similar to iterating over a list in
> complexity

.... except not :)

tmp = tmp->next  <== 1 op

g_hash_table_iter_next() <== >50 ops

-- 
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