11-23-2006, 05:46 PM
for i 0 b.len
,if(a[i]!=b[i])
,,for(j 0 8)
,,,if(a[i][j]!=b[i][j]) ...
It is not very fast in QM. Particularly the last line.
,if(a[i]!=b[i])
,,for(j 0 8)
,,,if(a[i][j]!=b[i][j]) ...
It is not very fast in QM. Particularly the last line.