文件浏览器应用程序,使用哪个框架(工具包...) [英] File browser application, which framework (toolkit...) to use

查看:79
本文介绍了文件浏览器应用程序,使用哪个框架(工具包...)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建快速文件浏览器应用程序.
我已经使用MVVM模式在C#和WPF中进行了此操作,但是速度不够快.
您做出这种应用程序的选择是什么?


谢谢:)

I want to create fast file browser application.
I''ve already made this in C# and WPF using MVVM pattern, but it isn''t fast enough.
What is your choice for making this kind of application ?


Thanks :)

推荐答案

如果您想提高速度,请不要使用任何基于.NET的东西,因为您几乎没有机会针对速度进行优化.使用本地语言(例如C或C ++),并可能包括一些汇编程序,以提高冗长的进程速度.
If you want speed then do not use anything that is .NET based, as you have very little opportunity to optimise it for speed. Use a native language such as C or C++ and possibly include some assembler for extra speed-up of lengthy processes.


首先,您必须定义您的意思,但不够快".我们不知道您正在看到什么以及您的期望是什么.我们也不知道在什么情况下您的应用程序性能会变得无法接受.

然后只需研究应用程序的瓶颈在哪里.

如果您的应用程序编写正确,那么您真正选择的GUI库不会对速度产生影响.您选择的语言也是如此. .NET并不比使用C/C ++慢很多.
First you have to define what you mean but "not fast enough". We have no idea what you''re seeing and what your expectations are. We also don''t have any idea under what circumstances your apps performance becomes unacceptable.

Then it''s a matter of investigating where the bottleneck in your app is.

Which GUI library you chose really isn''t going to have an affect on speed, if your app is properly written. The same is true for the language you chose. .NET is not very much slower than using C/C++.


这篇关于文件浏览器应用程序,使用哪个框架(工具包...)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆