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
When using bigInt().toString(2) and running benchmark comparisons with bigInt().toArray(2).value.join('') the performance is very significantly different. It might be possible to drastically improve the speed by simply using toArray() within toString().
The text was updated successfully, but these errors were encountered:
When using bigInt().toString(2) and running benchmark comparisons with bigInt().toArray(2).value.join('') the performance is very significantly different. It might be possible to drastically improve the speed by simply using toArray() within toString().
The text was updated successfully, but these errors were encountered: