[ https://issues.apache.org/jira/browse/OAK-11809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18009912#comment-18009912 ]
Thomas Mueller commented on OAK-11809: -------------------------------------- [~daim] (I commented in the PR as well) See https://issues.apache.org/jira/browse/OAK-10674 : we already have a Bloom filter implementation in Oak, and I think we can use that one. I will work on an alternative PR. Is far as I know, there is no need for a 128-bit hash value for our use cases: 64 bit is sufficient. (Even the Java hashCode() with 32 bit might be enough for some of the use case we have.) > Remove usage of Guava's BloomFilters > ------------------------------------ > > Key: OAK-11809 > URL: https://issues.apache.org/jira/browse/OAK-11809 > Project: Jackrabbit Oak > Issue Type: Technical task > Reporter: Rishabh Daim > Assignee: Rishabh Daim > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)