-
Henrik (Grubba) Grubbström authored
The hash table used by BEGIN_CYCLIC() et al now has a size that is a power of 2, so that we can avoid the modulo operation. The hash function is also modified somewhat to improve its entropy.
Henrik (Grubba) Grubbström authoredThe hash table used by BEGIN_CYCLIC() et al now has a size that is a power of 2, so that we can avoid the modulo operation. The hash function is also modified somewhat to improve its entropy.