Performance of BigInteger.Pow isn't optimal when exponent is NPOT #31378
Labels
area-System.Numerics
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
tenet-performance
Performance related issue
Milestone
I am trying to implement VDF (verifiable delay function) with C# and I noticed BigInteger.Pow has quite big performance penalty if exponent is NPOT (Non-Power-Of-Two).
and code I used for testing
The text was updated successfully, but these errors were encountered: