GNOME Bugzilla – Bug 598895
[GstRegistry] Use hash table for feature lookups
Last modified: 2009-10-22 10:37:11 UTC
In gst_registry_find_feature, we use a feature filter on an unsorted list instead of using the available sorted hash table.
Created attachment 145764 [details] [review] gstregistry: Use hash table when finding a feature.
Review of attachment 145764 [details] [review]: That patch is obviously correct... any reason why you didn't commit this yet? Also, did you measure the performance improvement? :)
commit 4b13520b6188ed755a22bf52bd3a4f442e8442b9 Author: Edward Hervey <bilboed@bilboed.com> Date: Mon Oct 19 09:06:16 2009 +0200 gstregistry: Use hash table when finding a feature. Fixes #598895