>>906のAtkin sieve部分のみ、最後10個表示(to_list処理なし、flag見て10個だけのvectorで処理)
Rust & Goはbitvect版追加

Zig 0.107
g++ 0.115
Rust 0.129 (bit-vect)
clang++ 0.131
Go 0.202 (godropbox/container/bitvector)
Rust 0.284 (Vec<bool>)
Go 0.326 ([]bool)

>>923と似た順序