[FEA] Support pair_contains_if
in static_map
and static_multimap
#176
Labels
helps: rapids
Helps or needed by RAPIDS
topic: static_map
Issue related to the static_map
topic: static_multimap
Issue related to the static_multimap
type: feature request
New feature request
wontfix
This will not be worked on
Once we have
pair_contains
(#173), we also need to havepair_contains_if
so we can avoid checking contains for the elements that we already knew the result for them. By doing so, we will not perform unnecessarily expensive computations.The text was updated successfully, but these errors were encountered: