-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike: Evaluate cost of MPT verification in plutus #161
Comments
We implemented a https://github.com/input-output-hk/hydra-poc/wiki/Logbook#2021-01-11 |
Copying the results here. Reproducible on 73c2090 with Percent of full budget (current parameters) for both membership and MT building:
|
In addition to Merkle-Tree construction and membership checks, we also measured performance of
Single TxOUT with varying number of assets: This also shows that we can continue measurements and cost estimation with Ada-Only |
What & Why
We want to know as early as possible whether we would be running into execution budget limits for using Merkle (Patricia) Tree in our validators. More specifically, the (asymptotic) complexity of memory and cpu utilization of checking whether a UTXO is part of a tree given it's proof using the Plutus implementation and cost models is to be estimated.
The text was updated successfully, but these errors were encountered: