You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when oci_image assembles an image, it spends most of the time calculating DiffID and Digest of a layer. Since everything is being done in a single action, calculations are repeated everytime an input changes.
This is not ergonomic in terms of cacheability of these calculations and parallelization of machine resources.
The text was updated successfully, but these errors were encountered:
Currently, when oci_image assembles an image, it spends most of the time calculating DiffID and Digest of a layer. Since everything is being done in a single action, calculations are repeated everytime an input changes.
This is not ergonomic in terms of cacheability of these calculations and parallelization of machine resources.
The text was updated successfully, but these errors were encountered: