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 lookup table now codes the difference between 2^n to the nearest
prime not greater than 2^n (i.e. https://oeis.org/A013603 ).
With the change of the lookup table, (2^64 - 59) has been removed. It is
believed that such removal won't cause practical problems as the number
is very close to SIZE_MAX and a system is unlikely to succeed in
allocating a memory block _that_ huge.
Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
0 commit comments