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
All algorithms now recycle tables using a global table pool. This reduces allocations by ~3-4x in almost all cases, and is a general ~1.3x speedup for raw benchmarks. For general use cases (such as fromString), this can provide an >2x speedup.
Implements algorithm FastIntegerOutput 1.26, which kicks in at >2200 limbs