[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Numeric key collision related bug in Lua 5.3
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 8 May 2015 07:42:20 +0200
2015-05-08 2:08 GMT+02:00 Egor Skriptunoff <egor.skriptunoff@gmail.com>:
>
>> IMHO, if both numbers are inside range 2^53...2^63, they should be
>> compared
>> using conversion to integers, despite of possible performance penalty.
>
>
> How uneasy numeric comparison is implemented in Python
> http://stackoverflow.com/q/30100725/1847592
That's worth reading even if the topic itself does not interest
you, but as a model of how to answer a question.