are zig & rust 6.5 & 3.7 times faster than C++ respectively? sieve of Eratosthenes@peter87, the forced use of bitset is weird, because regular bool array usage only takes about 1 Meg...
are zig & rust 6.5 & 3.7 times faster than C++ respectively? sieve of Eratosthenes@seeplus, the test run is 5 sec. mentioned at 2:10 of the video. so your program already beats C & s...
weird program outputHow is this possible in the following program. total should be equal to 1 million. [code]#include <...
are zig & rust 6.5 & 3.7 times faster than C++ respectively? sieve of Eratostheneswhy so big difference between outputs(passes count) of coliru & my pc! [code]//sieve of Eratosthenes...
are zig & rust 6.5 & 3.7 times faster than C++ respectively? sieve of Eratosthenesthanks joinin for pointing out. fixed.