[
https://issues.apache.org/jira/browse/KAFKA-19861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otmar Ertl updated KAFKA-19861:
-------------------------------
Description:
The 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/20359]
was:
The 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]
> 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 Ertl
> Priority: Minor
>
> The 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/20359]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)