2013/4/19 Alexander Brock <a.brock@...2965...>:
I'm now wondering how I should address performance. I want the whole process to finish within 0.1s because that's what seems to be considered a instant reaction by most humans. I don't like the idea of stopping after 0.1s passed or convergence whatever happens first because it would lead to worse fits on slower machines / non-deterministic behaviour on machines under heavy load. But I also don't want users on slow machines having to wait a second for the result of a simple node deletion. Thoughts?
My opinion is mostly the same as Josh's. Aim for the completely correct behavior first, then look for simplifications if there are performance problems with the completely correct solution.
Regards, Krzysztof