sieve icon indicating copy to clipboard operation
sieve copied to clipboard

Working Rust sieve under GraalVM.

Open mixal-iirec opened this issue 2 years ago • 0 comments

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)

mixal-iirec avatar Sep 17 '22 09:09 mixal-iirec