Quick code performance test for Flash vs Silverlight

Quick performance test for Flash vs Silverlight. This just counts prime numbers and doesn’t touch graphics or multimedia. See Bubblemark and GUIMark for some more comprehensive tests; I just put this one together to satisfy my own curiosity. More details, and the code to scrutinize, here.

Please don’t take this too seriously. I may have messed up the test; it is only one small aspect of performance; and there are lots of other factors to think about. I just find this sort of thing interesting.

Update: Note that both Flash and Silverlight have just-in-time compilers that dramatically speed this type of code.

Comments are welcome here.

Technorati tags: , ,
VN:F [1.9.3_1094]
Rate this post
Rating: 10.0/10 (1 vote cast)
Quick code performance test for Flash vs Silverlight, 10.0 out of 10 based on 1 rating

Related posts:

  1. Native code interop in Adobe AIR vs Microsoft Silverlight
  2. Doubling performance with Silverlight multithreading
  3. New York Times switches from WPF/Silverlight to Flash and AIR for Reader 2
  4. JavaFX code runs at the speed of Java
  5. Silverlight data, image upload example code

Comments are closed.