It is probably not a big deal. Another optimization we might consider is storing the bundled manifest in the index json file itself. If we read the bundled manifest every time anyway, maybe it is OK to store it there and avoid the extra filesystem operation. It would also simplify this optimization as you won't need to verify the package.
Originally posted by @zkochan in #10408 (comment)
It is probably not a big deal. Another optimization we might consider is storing the bundled manifest in the index json file itself. If we read the bundled manifest every time anyway, maybe it is OK to store it there and avoid the extra filesystem operation. It would also simplify this optimization as you won't need to verify the package.
Originally posted by @zkochan in #10408 (comment)