Re: Integer types

2024-10-09 Thread Jared McKinnan via Digitalmars-d-learn
On Wednesday, 9 October 2024 at 12:12:22 UTC, Salih Dincer wrote: [...] ```int_fast64_t``` is the fastest 64-bit or larger integer type. The type that is at least 64 bits long and works fastest on the platform is selected. This type can be selected if performance is more important than memory

Re: Integer types

2024-10-08 Thread Jared McKinnan via Digitalmars-d-learn
On Tuesday, 8 October 2024 at 16:39:26 UTC, Imperatorn wrote: On Tuesday, 8 October 2024 at 15:57:24 UTC, Jared McKinnan wrote: Hello there, Just wanted to ask if there's a real difference between e.g. the "long" type and "int_fast64_t" in terms of execution times. Thanks You need to speci