PlummersSoftwareLLC / Primes

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

ckermit solution #829

Closed q3w3e3 closed 2 years ago

q3w3e3 commented 2 years ago

Description

This PR includes a ckermit implementation of a prime sieve, it outputs like q3w3e3;1;75;1;algorithm=base,faithful=no when the image created by the dockerfile is run.

The implementation is a very very small edit on my kermitSieve

Contributing requirements

rbergen commented 2 years ago

The failed CI checks are not caused by your solution, but by V breaking every so often. I opened #830 to fix this. When that's been proven to work and merged, you can sync your branch with this one. After that, we can proceed with merging your PR. My apologies for the inconvenience.

rbergen commented 2 years ago

If you could please sync your Kermit branch with this one, then we should be able be have a successful CI run in the context of this PR.