You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
It will be materially faster in SigMapPubKeyToSigBytes.sigBytesFor() if we replace the stream() idiom with a simple for loop over the SignaturePairs in the sigMap.
The text was updated successfully, but these errors were encountered:
Summary
It will be materially faster in
SigMapPubKeyToSigBytes.sigBytesFor()
if we replace thestream()
idiom with a simplefor
loop over theSignaturePair
s in thesigMap
.The text was updated successfully, but these errors were encountered: