Skip to content
Commit fe335122 authored by Razvan Chitu's avatar Razvan Chitu Committed by Ondrej Holy
Browse files

metadata: Use queues instead of lists

Some of the lists used by the metabuilder have items appended to them. Appending
to a list is done in linear time and this highly affects efficiency. In order to
fix this, use GQueue which supports appending in constant time.

Modified by Ondrej Holy	<oholy@redhat.com>.

https://bugzilla.gnome.org/show_bug.cgi?id=757747
parent 0e001c9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment