mikemccand commented on code in PR #12633: URL: https://github.com/apache/lucene/pull/12633#discussion_r1366913164
########## lucene/core/src/java/org/apache/lucene/util/fst/NodeHash.java: ########## @@ -99,20 +184,18 @@ private long hash(FSTCompiler.UnCompiledNode<T> node) { h += 17; } } - // System.out.println(" ret " + (h&Integer.MAX_VALUE)); + Review Comment: > I'll open a spinoff issue with this idea. Sounds like a low hanging hashing fruit! I opened https://github.com/apache/lucene/issues/12704. Thanks @bruno-roustant! -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org