netudima commented on PR #1988: URL: https://github.com/apache/cassandra-java-driver/pull/1988#issuecomment-2834492097
Regarding hash value caching in CacheKey: it is created each time to access the cache + within LoadingCache hash values are cached for already stored entities in com.datastax.oss.driver.shaded.guava.common.cache.LocalCache.StrongEntry#hash, so I do not see benefit to pre-compute this value, it will only increase CacheKey object size. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org