Redefine MAX_FEATURES to 64 for minor performance improvement.
Bitstrings are handled as 64bits and bit_ffs()/bit_fls() are faster on whole words. Bug 9537
Please register or sign in to comment
Bitstrings are handled as 64bits and bit_ffs()/bit_fls() are faster on whole words. Bug 9537