Skip to content
Snippets Groups Projects
Commit e12581bf authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: Add PackedBoolList class (previously just a typedef)

ENH: adjust internal storage of PackedList to ensure that all unused
     internal storage elements are guaranteed to always be bit-wise
     zero. This makes the PackedBoolList implementation easier, and
     also greatly eases much of the book-keeping.
     Bits are now also zeroed on PackedList::clear()

Note: in PackedList, require packing at least 2 items otherwise it is
     more efficient to use a normal list.
parent c91b71b5
Branches
Tags
Showing with 1153 additions and 182 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment