Remove unneeded contexts from memory #24
Labels
crate: evm_arithmetization
Anything related to the evm_arithmetization crate.
performance
Performance improvement related changes
Milestone
Followup to #25.
Contexts you return from will never be accessed ever again in the future for a given transaction. We can thus discard them to lighten the memory we propagate.
The text was updated successfully, but these errors were encountered: