Improve Threshold runtime and compile performance
Using GCC 9.2 the pre change vtkm::filter::Threshold would take 31.84sec to compile and use 1.1GB of memory.
After these changes the filter takes 24.16sec to compile and uses 885MB of memory.
Edited by Robert Maynard