Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed Dec 30, 2024
1 parent b4a0697 commit c51ea01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ \subsection{MPC Inputs and sharing}
}
\end{minted}
The most significant optimisation we gained from parallelisation is hidden in the function in terms of the \rust{get_iterator} function. With the \texttt{parallel} feature flag this function dynamically dispaches either a normal iterator or a parallel iterator from \texttt{rayon}. This allows us to compute the shares in parallel, significantly improving performance while allowing us to disable this feature for testing purposes.
The most significant optimisation we gained from parallelisation is hidden in the \rust{get_iterator} function. With the \texttt{parallel} feature flag this function dynamically dispaches either a normal iterator or a parallel iterator from \texttt{rayon}. This allows us to compute the shares in parallel, significantly improving performance while allowing us to disable this feature for testing purposes.
\section{Keygen -- Sampling SD instance}\label{sub:witness_generation}
Expand Down
Binary file modified report_v1.pdf
Binary file not shown.

0 comments on commit c51ea01

Please sign in to comment.