You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2018/02/20 14:11:00 UTC

[jira] [Commented] (LUCENE-8180) Explore using (Future)Arrays.mismatch for FixedBitSet.nextSetBit

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

Robert Muir commented on LUCENE-8180:
-------------------------------------

I'm not sure this would help unless the bitset was extraordinarily sparse, in which case fixedbitset isn't a great representation, and processing is going to be fast regardless because of the sparsity?

> Explore using (Future)Arrays.mismatch for FixedBitSet.nextSetBit
> ----------------------------------------------------------------
>
>                 Key: LUCENE-8180
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8180
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Trivial
>              Labels: newdev
>
> Using Arrays.mismatch with a fixed-size array full of zeros might help find the next long that is not 0 faster.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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