Pozzo: A Fast Lucky Number Checker
Summary
Pozzo is a Rust-based project that delivers a fast lucky-number checker using Fenwick trees to accelerate the sieve process. It demonstrates a significant performance improvement over prior implementations, enabling large-scale luckiness testing for OEIS sequences. The README covers the algorithm, run-time expectations, usage, and project credits.