Re: question about QI coder



hi !

thank you for your honest answers :

QI index is computed using only 506 adds of 32 bit numbers into the
output index

Hence the advantage of QI vs the exact
enumeration is not in output size but in speed and binomial table size.

QI reduces the arithmetic complexity and table sizes of exact enumeration
by a factor n/g


I thought it was going to make me "win" a few bytes ; however the
speed is also important !

bye

cp


.