K 10 svn:author V 8 hselasky K 8 svn:date V 27 2014-12-03T21:55:44.489170Z K 7 svn:log V 182 Optimise the bit searching loops, by quickly skipping the 16 first set bits if all the 16 first bits are set. This way the worst case searching time is reduced from 32 to 16 cycles. END