We're looking at developing a Windows 8 Metro-style app which will be very photo-heavy, so we're concerned about UI performance. On iOS it was an easy decision (Objective-C over HTML to get the UI performance we needed), but researching Windows 8 I'm having a harder time telling how much faster XAML will be than HTML5/CSS.
I've seen general comparisons between XAML and HTML5 (like this one), and there's an SO answer that touches on performance, but provides no data to back up his claim or explain why XAML is faster.
From what I've read, HTML5/CSS is rendered using IE10's rendering engine, meaning it isn't super-native and may be slower. But I'm not sure how the XAML is rendered, or just how "native" it is.
Has anyone done performance comparisons between the two technologies, or can you provide links to further explanation about how each is rendered (with performance in mind)?