Try upping the basis size

This commit is contained in:
Chip Hogg
2022-03-11 03:57:21 +00:00
parent 70640a1017
commit a719a8b912

View File

@@ -33,7 +33,7 @@ namespace units {
namespace detail
{
// Higher numbers use fewer trial divisions, at the price of more storage space.
using Factorizer = WheelFactorizer<3>;
using Factorizer = WheelFactorizer<4>;
} // namespace detail
/**