Time to move std.experimental.checkedint to std.checkedint ?

Jacob Carlborg doob at me.com
Wed Mar 31 09:47:46 UTC 2021


On Wednesday, 31 March 2021 at 04:49:52 UTC, Andrei Alexandrescu 
wrote:

> That makes their umbrella claim "Zig is faster than C" quite 
> specious.

The reason, or one of the reasons, why Zig is/can be faster than 
C is that is uses different default optimization levels. For 
example, Zig will by default target your native CPU instead of 
some generic model. This allows to enable vectorization, SSE/AVX 
and so on.

--
/Jacob Carlborg




More information about the Digitalmars-d mailing list