snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

Add parallelism to `BatchHeader` and `Committee` deserialization

Open raychu86 opened this issue 1 year ago • 0 comments

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.

raychu86 avatar Mar 14 '24 18:03 raychu86