Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-12-06 Thread Edward Welbourne
On Nov 28 2021, Paul Smith wrote: >> The C standard defines the largest unsigned long long value >> as 18446744073709551615, the largest signed long long value >> as 9223372036854775807, and the smallest signed long long value as - >> 9223372036854775808. So, the definition cannot be wrong in any

Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-12-06 Thread Andreas Schwab
On Nov 28 2021, Paul Smith wrote: > The C standard defines the largest unsigned long long value > as 18446744073709551615, the largest signed long long value > as 9223372036854775807, and the smallest signed long long value as - > 9223372036854775808. So, the definition cannot be wrong in any > s

Re: [bug #61594] suggest new $(hash ...) function

2021-12-06 Thread Tim Murphy
How does Python or Javascript manage with their map implementations that use a hash to select a bucket? One would want a low collision hash and that's really all that's needed to make unique filenames from input data that would be too long to just concatenate. Regards, Tim On Sun, 5 Dec 2021 at