[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792-ArrayUtil-grow.patch Here the patch, just to test performance.

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2792: Attachment: SimpleBench.java Uwe, unfortunately even without the getComponentType its still much

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: LUCENE-2792.patch New patch, after substantial iterations w/ the

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Mike: Here some further, small cleanups in the grow() parts.

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2792: --- Attachment: LUCENE-2792.patch New patch! I think it's ready to commit. I switched

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2792: Attachment: LUCENE-2792.patch As a start, i generified the PairOutputs.. will try to help with

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Here a first generifid patch. There are several problems: -

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: LUCENE-2792.patch Last patch missed some generics in NoOutputs and PositiveInts

[jira] Updated: (LUCENE-2792) Add a simple FST impl to Lucene

2010-12-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2792: -- Attachment: (was: LUCENE-2792.patch) Add a simple FST impl to Lucene