Reducing the Space Used by the Sieve of Eratosthenes When Factoring

Samuel Hartman,Jonathan P. Sorenson
2024-06-13
Abstract:We present a version of the sieve of Eratosthenes that can factor all integers $\le x$ in $O(x \log\log x)$ arithmetic operations using at most $O(\sqrt{x}/\log\log x)$ bits of space. This is an improved space bound under the condition that the algorithm takes at most $O(x\log\log x)$ time. We also show our algorithm performs well in practice.
Data Structures and Algorithms,Number Theory
What problem does this paper attempt to address?