Comment by pjmlp
13 years ago
Very nice explanation, except you are forgetting WinRT is actually an extension of COM.
This means each increment/decrement is a virtual method call with the corresponding invocation costs.
This is why the .NET runtime caches the WinRT objects, and even re-uses them instead of making a 1:1 use like C++/CX does.
No comments yet
Contribute on Hacker News ↗