Skip to content

Improve vtkCharXY selection performance

Michael Migliore requested to merge michael.migliore/vtk:chart-perf into master

Introduce a cache to reduce time complexity from O(N2) to O(N).

Merge request reports