Otmar Ertl created KAFKA-19861:
----------------------------------
Summary: Optimization of the Murmur2 hash computation
Key: KAFKA-19861
URL: https://issues.apache.org/jira/browse/KAFKA-19861
Project: Kafka
Issue Type: Improvement
Reporter: Otmar ErtlThe Murmur2 hash computation can be significantly sped up by utilizing Java's VarHandle to fetch multiple bytes simultaneously. see [PR|https://github.com/apache/kafka/pull/2035] -- This message was sent by Atlassian Jira (v8.20.10#820010)
