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.