mikemccand commented on PR #12716:
URL: https://github.com/apache/lucene/pull/12716#issuecomment-1787033818

   Wow, these are interesting results.  Thanks @shubhamvishu.  It's curious 
that, at 3/4 rehash ratio, linear probing is quite a bit slower (103.4 s) than 
quadratic (98.1 s).
   
   The fact that the FST compilation time did not change much between 2/3 
rehash trigger and 1/2 rehash trigger makes me wonder if there is a better 
trigger somewhere even beyond 2/3 but before 3/4.  But I don't think this is 
urgent to explore ... let's keep the 2/3 ratio for now?
   
   Thanks for all the testing -- indeed not every idea pans out, and it's great 
that that happens.  If every idea panned out then we are not  trying hard 
enough to come up with innovative ideas :)


-- 
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

Reply via email to