Improve performance of fromOnChainTx
#807
Labels
performance
Issues related to performance improvements
Tracked
Issue is tracked in our internal backlog
Description
As a plutus-apps emulator user
I want an efficient version of fromOnChainTx
so that I waste as little time as possible when I run the emulator.
Technical details
After the first investigation of https://input-output.atlassian.net/browse/PLT-1026 (emulator performance regression following merge from
next-node
tomain
), fromOnChainTx takes 10% of the time of a whole plutus-use-cases run.Here is an excerpt of the
prof
file that illustrates the costs of the calls inside fromOnChainTx:The text was updated successfully, but these errors were encountered: