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
I am thankful for your package because bit operations with your integer implementation is much faster than with BigInt. However, my code is quite sensitive to the hashing speed, and it seems like that is slow. See the example below:
Hello,
I am thankful for your package because bit operations with your integer implementation is much faster than with
BigInt
. However, my code is quite sensitive to the hashing speed, and it seems like that is slow. See the example below:This shows up to a 20x slowdown over BigInts. Is there something that can be done?
The text was updated successfully, but these errors were encountered: