-
- Downloads
Cyclic: Change to a power of two hash table.
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.
Loading
Please register or sign in to comment