This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Improve performance of makeTransactionBody
#810
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 makeTransactionBody
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 after merging
next-node
tomain
), makeTransactionBody takes 5% 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 makeTransactionBody:The text was updated successfully, but these errors were encountered: