sieve
sieve copied to clipboard
Working Rust sieve under GraalVM.
Though there is interesting nondeterminism of optimalizations - GraalVM converges to either ~100 ms or ~250 ms per loop.
(while cargo run --release
is ~65 ms)