Improve note commitment tree append performance #4841
Labels
A-cryptography
Area: Cryptography related
C-bug
Category: This is a bug
I-slow
Problems with performance or responsiveness
Motivation
Alfredo and I have been doing some timing tests on Zebra's
CommitBlock
andCommitFinalizedBlock
state requests.In some of my tests, Sapling note commitment tree appends were taking multiple seconds to run.
This is probably due to the large number of new Sapling notes in the chain.
We should try to improve performance of this code.
Suggested Changes
Add benchmarks for:
Once we have benchmarks, try to improve the performance of the code:
The text was updated successfully, but these errors were encountered: