You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paul Elschot (JIRA)" <ji...@apache.org> on 2014/11/02 16:52:34 UTC

[jira] [Comment Edited] (LUCENE-6040) Speedup broadword bit selection

    [ https://issues.apache.org/jira/browse/LUCENE-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193886#comment-14193886 ] 

Paul Elschot edited comment on LUCENE-6040 at 11/2/14 3:52 PM:
---------------------------------------------------------------

The new select() implementation is so much 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.


was (Author: paul.elschot@xs4all.nl):
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org