-
Notifications
You must be signed in to change notification settings - Fork 0
Research SP1 Proving Performance #16
Copy link
Copy link
Open
Labels
Research 🔎Needs more researchNeeds more researchmodule change 🧩Only affects module related code. Less likely to break existing codeOnly affects module related code. Less likely to break existing codeoptimization 📈Make things more efficientMake things more efficient
Metadata
Metadata
Assignees
Labels
Research 🔎Needs more researchNeeds more researchmodule change 🧩Only affects module related code. Less likely to break existing codeOnly affects module related code. Less likely to break existing codeoptimization 📈Make things more efficientMake things more efficient
Research SP1 proving performance. CPU proving is a bit faster than RiscZero (in large batches) but the GPU proving was almost 16x slower. Make sure these match real expectations. Additionally, there may be some performance gains to be had by having
BinaryTrieWitnessandEventssupport constructors in a non-copy way that take in raw bytes (&[u8])