Skip to content
Snippets Groups Projects
Commit 9ebccb2e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: adjustments for ListOps subset, subsetList

- now takes a const UList<T> as input and returns a List<T>
  instead of trying to use the same ListType for both.

  This avoids previously encountered issues when a UList was passed in.

- add specialized bitSet handling within subset(), where we can benefit
  from faster traversal of sparse selections and have a better estimate
  of the final output size.
parent 2c44ac29
Branches
Tags
No related merge requests found
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