Skip to content
  • Mark Olesen's avatar
    ENH: better handling of resizing for PackedList bit-wise operators · ba896b69
    Mark Olesen authored
    - previously using an '|=' or '^=' would increase the list size to
      match the RHS. Now it only increases to last bit set.
    
    - limit bit-wise operations to addressable range for minor efficiency
      improvement
    
    - trim results from '&' and '^' operations for more consistent
      behaviour
    ba896b69