have you considered using adler32 to replace crc32? i was researching hashes, and it seems to be as much as 20x faster than crc32, and java natively supports it, if i read right.

EDIT: i saw that you've benchmarked it already using the jsdk, but have you tried port a more optimized version?


Edited by iMaGe (20/01/2003 17:31)