如果你在多核机器上运行单线程的应用程序,就要禁用除第一个核以外所有核的优化,这样会使应用程序运行得更快。
If you run a single-threaded application on a multi-core machine you might even make your application run faster by switching off all but your first core.
在效果上,同步的误用,会把应用程序变成单线程应用程序,从而降低吞吐率。
In effect, misuse of synchronization can turn the application into a single-threaded application, thereby decreasing throughput.
如刚刚提到的,遗留应用程序的单线程特性就是遗留系统技术限制的一个例子。
The single-threaded nature of legacy application, like that just mentioned, is an example of a technical limitation of a legacy system.
尽管如此,在交换的文档大小适中的情况下,这样的处理速率对于单线程应用程序来说仍然令人吃惊。
Even so, that rate is impressive for a single threaded application given the comparative size of the document being exchanged.
这些优化有利于所有的应用程序,包括只使用了单线程的。
These optimizations can benefit all applications, even those that are single-threaded.
不要告诉我这些XUL应用程序一直以来都是单线程的!
Don't try to tell me that these XUL applications have been single-threaded all of this time!
只需指出基本的Swing应用程序本质上是单线程的。
Suffice it to say that Swing applications are essentially single-threaded out of the box.
在一个简单的单线程应用程序中,100%的Tree时间将用于main方法。
In a simple single-threaded application, 100 percent of the Tree time would be spent in the main method.
其次,尽管目前很多游戏都是单线程的,其应用程序仍可以受益于多线程。
Second, though most games are single-threaded today, gaming applications also can benefit from multithreading.
你可以改变,如果你使用的是单线程应用程序。
You can change accordingly, If you are using single threaded app.
你可以改变,如果你使用的是单线程应用程序。
You can change accordingly, If you are using single threaded app.
应用推荐