Implemented plist caching, that gives >30% performance.

--HG--
extra : convert_revision : 6302893f967be96f99a86d499ca62a8c005e56f7
This commit is contained in:
Juan RP 2009-05-19 01:42:48 +02:00
parent 55f2f51b40
commit 38e6679ff5
7 changed files with 100 additions and 93 deletions

View file

@ -41,8 +41,6 @@ xbps-bin:
libxbps:
* Fix glibc updates: removing libc is bad.
* When accessing .plist files, only internalize_from_file once to
avoid multiple open(3) and fstat(3) calls. [IN PROGRESS]
* Create xbps_upgrade_pkg() to replace or remove/unpack and register.
Remove duplicate code from xbps-bin/install.c. [IN PROGRESS]
* Add support to upgrade packages but overwritting current files;