PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.43k stars 574 forks source link

Improve Beef speed about 1.6x #959

Closed rzuckerm closed 6 months ago

rzuckerm commented 6 months ago

Description

I found that I was over-complicating the ClearBits loop. Simplifying the processing improved performance quite a bit.

Contributing requirements

rbergen commented 6 months ago

Nice straightforward optimization of your earlier implementation. LGTM!