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

Marvin Humphrey updated LUCY-52:
--------------------------------

    Attachment: BitVector.pm
                BitVector.c
                BitVector.bp

Lucy::Object::BitVector has elements of both BitVector and OpenBitSet from
Lucene.  It is similar to the OpenBitSet class in that it is growable, and in
that it provides access to the raw bytes for performance reasons (though the
raw access feature is more relevant to the internals of Lucy and a future C
API than to the public API for the dynamic bindings).  Like Lucene's
BitVector, this BitVector provides a count() method; however, the result is
not cached within the object itself.


> BitVector
> ---------
>
>                 Key: LUCY-52
>                 URL: https://issues.apache.org/jira/browse/LUCY-52
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: BitVector.bp, BitVector.c, BitVector.pm
>
>
> BitVector is a growable array of bits.

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

Reply via email to