menu
Thursday, 28 March 2019
WPF vs ElectronJS
Several days ago, we got the final results of a comparison of WPF and ElectronJS performance for one of our projects. The applications should load quite big files with data series and show all the data on the same line chart. Of course, the application is doing much more functions, and we were working on it for 4+ years, but these is some of the most important features from point of view of performance. During loading data, we do a lot of memory allocations, and some parsing operations and charts give us drawing performance which is very important for the application. In the test, we used files up to 100Mb which is not the maximum size of production files, but our 4 years old WPF application built with a straight-forward WPF approach (MVVM and all the best from WPF and .Net) was not able I...
Friday, 19 June 2015
WPF vs. GDI+ Some additional notes In one of my previous posts, (WPF vs. GDI+) I wrote about the performance of WPF and how to solve this problem. After some experiments in Kvinivel we’ve found more improvements to the solution in the ...