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
Current implementation of upgradeTxOut does unnecessary packing/unpacking of compact form. This can be avoided by upgrading the type directly which uses the compact form.
This will have positive performance impact on the in memory representation of the UTxOHD
The text was updated successfully, but these errors were encountered:
Current implementation of
upgradeTxOut
does unnecessary packing/unpacking of compact form. This can be avoided by upgrading the type directly which uses the compact form.This will have positive performance impact on the in memory representation of the UTxOHD
The text was updated successfully, but these errors were encountered: