snarkVM
snarkVM copied to clipboard
Add parallelism to `BatchHeader` and `Committee` deserialization
Motivation
This PR optimizes the deserialization of BatchHeader and Committee by first reading the fixed number of bytes required for the subcomponents, then deserializes them in parallel.
Issue: https://github.com/AleoHQ/snarkVM/issues/2393
Related PRs
Related to https://github.com/AleoHQ/snarkVM/pull/2258.