The new static locators should be faster.
Also, in case you are developing in Python: Iterating through each point of a mesh is not something that you want to do in Python, as a hot loop performing very simple operation over hundreds of thousands of items will be 1-2 magnitudes slower in Python than in C++. You may need to implement a filter for this in C++ VTK and wrap it to use from Python.