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

Timon Gehr timon.gehr at gmx.ch
Fri Apr 2 06:11:17 UTC 2021


On 31.03.21 13:18, Max Samukha wrote:
> On Tuesday, 30 March 2021 at 06:43:04 UTC, Walter Bright wrote:
> 
>>
>> Compile-time isn't a run-time performance issue.
> 
> Performance is irrelevant to the fact that D frivolously violates basic 
> assumptions about float/double at compile-time.

Not just at compile time, but it's less noticeable at runtime because 
compilers usually choose to do the right thing anyway.


More information about the Digitalmars-d mailing list