WIP: Add ability to group keys by atomics
The previous implementation of vtkm::worklet::Keys used a parallel sort to group common keys together. Some recent R&D has suggested that it is faster to use atomics in a table of possible keys.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
The previous implementation of vtkm::worklet::Keys used a parallel sort to group common keys together. Some recent R&D has suggested that it is faster to use atomics in a table of possible keys.