You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2009/09/21 21:25:16 UTC

[jira] Created: (LUCY-52) BitVector

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


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.


[jira] Updated: (LUCY-52) BitVector

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: bit_vector_support.diff

> 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: 013-bit_vector.t, bit_vector_support.diff, BitVector.bp, BitVector.c, BitVector.pm, TestBitVector.bp, TestBitVector.c
>
>
> 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.


[jira] Resolved: (LUCY-52) BitVector

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-52.
---------------------------------

    Resolution: Fixed

Committed as r818014.

> 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: 013-bit_vector.t, bit_vector_support.diff, BitVector.bp, BitVector.c, BitVector.pm, TestBitVector.bp, TestBitVector.c
>
>
> 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.


[jira] Updated: (LUCY-52) BitVector

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (LUCY-52) BitVector

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: TestBitVector.c
                TestBitVector.bp
                013-bit_vector.t

> 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: 013-bit_vector.t, bit_vector_support.diff, BitVector.bp, BitVector.c, BitVector.pm, TestBitVector.bp, TestBitVector.c
>
>
> 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.