Skip to content

Stable value lookup for vtkGenericDataArray

Andreas Buykx requested to merge bxa/vtk:lookup-with-unordered_map into master

The vtkGenericDataArrayLookupHelper is reimplemented using std::unordered_map which provides a stable implementation (LookupValue always returns the first index, or a sorted vtkIdList) and performs faster lookup in most cases.

Merge request reports