db: properly detect when pkg install trigger needs executing
call apk_pkg_install() and hlist_tail_ptr() only once. the latter is O(n) and can get very slow.
Showing
Please register or sign in to comment
call apk_pkg_install() and hlist_tail_ptr() only once. the latter is O(n) and can get very slow.