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.
GitLab updates will be applied on October 11th, between 8am and 10am, EDT (UTC-04:00). This site may have intermittent delays 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.