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

Paul Elschot updated LUCENE-6040:
---------------------------------
    Attachment: LUCENE-6040.patch

The new select() implementation is so simpler than the previous one that I 
preferred to move it into BitUtil, and delete the BroadWord class completely in 
this patch.
The javadocs for select() refer to this issue.
The tests are also simplified and moved into a new TestBitUtil class.

> Speedup broadword bit selection
> -------------------------------
>
>                 Key: LUCENE-6040
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6040
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/other
>            Reporter: Paul Elschot
>            Priority: Minor
>         Attachments: LUCENE-6040.patch, LUCENE-6040.patch
>
>
> Use table lookup instead of some broadword manipulations



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to