You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Eks Dev (JIRA)" <ji...@apache.org> on 2008/01/22 22:48:33 UTC

[jira] Closed: (LUCENE-1146) ConjunctionScorer small (ca. 3.5%) optimization

     [ https://issues.apache.org/jira/browse/LUCENE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eks Dev closed LUCENE-1146.
---------------------------

       Resolution: Incomplete
    Lucene Fields: [New]  (was: [Patch Available, New])

not ready, patch too bugy

> ConjunctionScorer small (ca. 3.5%) optimization
> -----------------------------------------------
>
>                 Key: LUCENE-1146
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1146
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>         Environment: all
>            Reporter: Eks Dev
>            Priority: Minor
>
> ConjunctionScorer initialization is done lazy in next() and skipTo() methods, using one if(firstTime) check, this patch moves this initialization to the Constructor. Constructor already throws an IOException.  speed-up on jdk 5 & 6  is in the 3.5% - 4% range. Speed-up was measured with standard TestScorerPerf test in Lucene test package (very dense bit sets) .
> Similar issue is  with: 
> https://issues.apache.org/jira/browse/LUCENE-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> patch made on trunk revision:  614219

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org