vtkm::cont::ArrayHandleDiscard
At times when calling worklets with multiple outputs or using functions such as ReduceByKey
, SortByKey
it can valuable to have the results not saved at all to save space and time.
For these use cases it would be nice to have an ArrayHandle that instead of saving any values to actual memory would just instead discard them.