Replies: 1 comment 2 replies
-
Although this issue is a year old, in the upcoming V5.0 (release December) both ranges and hashes will be 32-bit on 32-bit hardware. You can also explicitly use 32-bit ranges on 64-bit hardware for increased performance. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As my Amiga with a 680x0 cpu works with 32bits ints at best, I am wondering if the 64 bits types for ranges, hashes and random number generator is not penalizing.
I've put conditional defines to detect compilation with the Amiga and lower the _llong type, but I guess messing with the hash functions will not be good.
I noticed that the crange_value type is defined as long long, just after including common.h which defines _llong for use with c_forrange_x values. Wouldn't it be interesting to use the available _llong type ?
Beta Was this translation helpful? Give feedback.
All reactions