Finish presorting and matching for raw array comparison #308
Labels
ease-of-maintenance
Resolving this issue would significantly improve ease of maintenance and future development.
enhancement
Occasionally the user will need to:
The implementation for (1) had already begun, but some thrust specifics escape me, thus the code is commented out for CUDA-to-CUDA comparison. The implementation for (2) can be gleaned from one of the tests in Test_RaycastingEngine, where the operation is performed by first sorting the values, then keeping a buffer of all encountered "unmatched" values from array1 and array2 and attempting to match them with each newly-encountered value.
The text was updated successfully, but these errors were encountered: