Use vectorizable byte array comparison in DataComparator [HZ-2885] by k-jamroz · Pull Request #25196 · hazelcast/hazelcast (original) (raw)

DataComparator compares Data using custom implemented code, byte by byte, instead of using method from JVM which can use vectorization and intrinsics.

This affects:

Additional factor is that Data has common prefix of 12 bytes which will be usually the same.

Fixes HZ-2885

Checklist: