.net - Memory Utilization: WPF vs Windows Forms -


a simple sample application has 0 functionality shows surprising difference in memory utilization.

numbers in private bytes , using .net 4.0.

  • wpf - 56mb
  • windows forms - 13mb

frameworks notoriously bad @ doing nothing, i'm still surprised difference. can expect application built wpf consume 30-40mb more in private bytes cost of using wpf?

from data, no. can deduce an application nothing consume 43mb more in wpf.

my point being more features used application, difference might increase, decrease, or stay constant. no way know.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -