What will be faster? Compare 128 elements byte-by-byte or their one-time generated hash (for example, hash int 6-12 elements or the length of a number in width :))? also with 6 array elements a similar question.
Expect an explanation and some fast hash generation algorithm (in the case of their speed).