You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code duplication: comparison operators calling into equal_parts_impl() for decimal32_fast, but the definition being placed directly into the comparison operator functions for decimal64_fast and decimal128_fast`. For me, this makes it seem like these 3 types must be implementing the comparison operators in different ways, when in reality they are doing exactly the same calculation, implemented in 3 separate places.
The text was updated successfully, but these errors were encountered:
Code duplication: comparison operators calling into
equal_parts_impl()
fordecimal32_fast
, but the definition being placed directly into the comparison operator functions fordecimal64_fast
and decimal128_fast`. For me, this makes it seem like these 3 types must be implementing the comparison operators in different ways, when in reality they are doing exactly the same calculation, implemented in 3 separate places.The text was updated successfully, but these errors were encountered: