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
the fix for #27 done in #35 introduced a copy in setXLen that has some impact in the performance in some cases (see benchmark on chainAddition in this comment).
In principle it is possible to fix the issue in self addition without introducing a new copy but it requires more effort.
Note that legacy usage of setXLen remains accessible through a compile time switch bigintsLegacySetXLen.
The text was updated successfully, but these errors were encountered:
the fix for #27 done in #35 introduced a copy in
setXLen
that has some impact in the performance in some cases (see benchmark on chainAddition in this comment).In principle it is possible to fix the issue in self addition without introducing a new copy but it requires more effort.
Note that legacy usage of
setXLen
remains accessible through a compile time switchbigintsLegacySetXLen
.The text was updated successfully, but these errors were encountered: