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

   For comparison, this is how the curve (RAM required during construction vs 
final FST size) looks on trunk, using the god-like parameters as best I could.  
I sorted the results in reverse `FST (mb)` order but not that this results in a 
confusing mix of the first three columns (the god-like parameters).
   
   I'll try to turn these two tables into a single chart comparing RAM used and 
final FST size and maybe build time:
   
   |Share suffix?|Share non-singleton?|Max tail length|FST (mb)|RAM (mb)|Build 
time (sec)|                                                                     
                                                
   
|-------------|--------|--------|----------------|----------------|----------------|
                                                                                
                                        
   |True|True|1|584.3|0.0|30.5|                                                 
                                                                                
                                               
   |True|False|1|584.3|0.0|30.5|                                                
                                                                                
                                               
   |True|True|0|577.4|0.0|30.1|                                                 
                                                                                
                                               
   |True|False|0|577.4|0.0|30.2|                                                
                                                                                
                                               
   |False|True|0|577.4|0.0|29.9|                                                
                                                                                
                                               
   |False|False|0|577.4|0.0|29.8|                                               
                                                                                
                                               
   |True|False|2|576.4|0.0|31.4|                                                
                                                                                
                                               
   |True|True|2|569.9|14.5|32.4|                                                
                                                                                
                                               
   |True|False|3|523.7|3.6|32.2|                                                
                                                                                
                                               
   |True|True|3|509.7|29.0|34.1|                                                
                                                                                
                                               
   |True|False|4|486.2|7.0|32.9|                                                
                                                                                
                                               
   |True|True|4|468.9|58.0|36.7|                                                
                                                                                
                                               
   |True|False|5|456.1|14.0|34.1|                                               
                                                                                
                                               
   |True|True|5|437.6|56.0|37.8|                                                
                                                                                
                                               
   |True|False|6|435.4|28.0|35.3|                                               
                                                                                
                                               
   |True|False|7|419.8|58.0|36.6|                                               
                                                                                
                                               
   |True|True|6|416.1|116.0|41.2|                                               
                                                                                
                                               
   |True|False|8|408.1|56.0|37.6|                                               
                                                                                
                                               
   |True|True|7|399.8|116.0|41.7|                                               
                                                                                
                                               
   |True|False|9|398.8|116.0|39.9|                                              
                                                                                
                                               
   |True|False|10|392.1|116.0|40.5|                                             
                                                                                
                                               
   |True|True|8|387.8|112.0|43.3|                                               
                                                                                
                                               
   |True|False|11|387.2|116.0|40.7|                                             
                                                                                
                                               
   |True|False|12|383.7|112.0|41.2|                                             
                                                                                
                                               
   |True|False|13|381.0|112.0|41.8|                                             
                                                                                
                                               
   |True|False|14|379.1|112.0|42.1|                                             
                                                                                
                                               
   |True|True|9|378.2|112.0|45.2|                                               
                                                                                
                                               
   |True|False|15|377.6|232.0|44.4|                                             
                                                                                
                                               
   |True|False|16|376.5|232.0|44.0|                                             
                                                                                
                                               
   |True|False|17|375.6|232.0|45.0|                                             
                                                                                
                                               
   |True|False|18|374.9|232.0|44.5|                                             
                                                                                
                                               
   |True|False|19|374.3|232.0|45.6|                                             
                                                                                
                                               
   |True|False|20|373.9|232.0|44.7|                                             
                                                                                
                                               
   |True|False|2147483647|371.8|224.0|46.2|                                     
                                                                                
                                               
   |True|True|10|371.3|232.0|49.5|                                              
                                                                                
                                               
   |True|True|11|366.2|232.0|48.3|                                              
                                                                                
                                               
   |True|True|12|362.6|232.0|50.0|                                              
                                                                                
                                               
   |True|True|13|359.8|232.0|49.3|                                              
                                                                                
                                               
   |True|True|14|357.8|224.0|49.0|                                              
                                                                                
                                               
   |True|True|15|356.3|224.0|49.2|                                              
                                                                                
                                               
   |True|True|16|355.1|224.0|50.2|                                              
                                                                                
                                               
   |True|True|17|354.2|224.0|50.7|                                              
                                                                                
                                               
   |True|True|18|353.5|224.0|50.8|                                              
                                                                                
                                               
   |True|True|19|352.9|224.0|51.4|                                              
                                                                                
                                               
   |True|True|20|352.4|224.0|51.8|                                              
                                                                                
                                               
   |True|True|2147483647|350.2|464.0|56.9|


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