Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
v5.0, v4.4
-
QE 2021-08-09
Description
The $setIsSubset currently uses std::set to creating a lookup table on the RHS array elements. We should replace this with stdx::unordered_set which provides 3-4x performance for large data sets.