[2/3] cassandra git commit: Replace all usages of Adler32 with CRC32 which has a fast instrinsic now

2015-08-10 Thread jake
Replace all usages of Adler32 with CRC32 which has a fast instrinsic now The switch to adler happened across two versions depending on whether the data was compressed or uncompressed Patch by Ariel Weisberg; reviewed by tjake for CASSANDRA-8684 Project: http://git-wip-us.apache.org/repos/asf/c

cassandra git commit: Replace all usages of Adler32 with CRC32 which has a fast instrinsic now

2015-08-10 Thread jake
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 2fcfc7c58 -> 5baf28d09 Replace all usages of Adler32 with CRC32 which has a fast instrinsic now The switch to adler happened across two versions depending on whether the data was compressed or uncompressed Patch by Ariel Weisbe