xbps_metadir: use an hash table (via uthash): 15s vs 1m10s.

This commit is contained in:
Juan RP
2012-11-18 02:38:24 +01:00
parent 66bb87d053
commit 46f7a808b4
6 changed files with 966 additions and 32 deletions

View File

@@ -455,12 +455,6 @@ struct xbps_handle {
* Array of dictionaries with all registered repositories.
*/
prop_array_t repo_pool;
/**
* @private
*
* Array of pkg dictionaries from metadir.
*/
prop_array_t metadir_pool;
/**
* @private pkgdb.
*