Which is faster to use binding using converter or

2019-09-01 16:12发布

问题:

I need fast updates, so I was wondering which one is faster and more efficient.

回答1:

I performed some measurements, and can proclaim, that using a converter in a binding is cheaper than not using it. We're talking about 9% time saving. Probably, finding / creating a default converter takes more time than taking an instance of a converter from a resource...