You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Sandro Martini (JIRA)" <ji...@apache.org> on 2009/11/19 15:06:39 UTC

[jira] Created: (PIVOT-346) Replace boolean[] with BitSet

Replace boolean[] with BitSet
-----------------------------

                 Key: PIVOT-346
                 URL: https://issues.apache.org/jira/browse/PIVOT-346
             Project: Pivot
          Issue Type: Improvement
            Reporter: Sandro Martini
             Fix For: 1.4.1


Where possible (like in cases of flag for visibility, etc), change the internal data structures like boolean[] with BitSet, more efficient in terms of memory consumption, growable, etc.
But keep the get/set methods handle boolean values (maybe also bit), and keep those data structures immutable.


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


[jira] Updated: (PIVOT-346) Replace boolean[] with BitSet

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

Sandro Martini updated PIVOT-346:
---------------------------------

    Priority: Minor  (was: Major)

Probably there are few cases (if not 0) that require this, but wait to close it until some checks in code base are done.


> Replace boolean[] with BitSet
> -----------------------------
>
>                 Key: PIVOT-346
>                 URL: https://issues.apache.org/jira/browse/PIVOT-346
>             Project: Pivot
>          Issue Type: Improvement
>            Reporter: Sandro Martini
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Where possible (like in cases of flag for visibility, etc), change the internal data structures like boolean[] with BitSet, more efficient in terms of memory consumption, growable, etc.
> But keep the get/set methods handle boolean values (maybe also bit), and keep those data structures immutable.

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