青年中文青年中文

single threaded的意思

single threaded中文翻譯:

單線程;單線螺紋;單頭螺紋

相似詞語短語

threaded───adj.有線狀圖案裝飾的;v.穿過;穿線于(thread的過去分詞)

single───adj.單一的;單身的;單程的;n.一個;單打;單程票;vi.擊出一壘安打;vt.選出

single father───單身父親

single professor───單身教授

single house───獨棟別墅;獨立房

single proprietorship───[經]獨資;獨資企業;所有權

single adult───單身成人

respostim single───單一響應

single player───單人游戲;單人模式;單人游戲; 單人模式

雙語使用場景

Browsers are single threaded, so you can't rely on the timer.───瀏覽器是單線程的,因此不能依賴于定時器。

The kernel is single threaded and non preemptive.───內核部分采用單線程設計,沒有采用基于優先級的設計。

Dequeuing is single threaded, even if the message flow itself is configured for multiple instances.───隊列是一個單線程操作,即使消息流本身配置為多實例時也是如此。

Everything that you do in a single-threaded environment to help debug applications become more important as the number of threads increases.───隨著線程數目的增加,您在單線程環境中所做的幫助調試應用程序的任何工作都變得更加重要。

The single-threaded nature of legacy application, like that just mentioned, is an example of a technical limitation of a legacy system.───如剛剛提到的,遺留應用程序的單線程特性就是遺留系統技術限制的一個例子。

The listener can be a bottleneck if it is single threaded, and if InterChange Server is not running on a high speed disk subsystem.───如果偵聽器是單線程的,而InterChangeServer也并未在高速磁盤子系統上運行,則偵聽器可能會成為瓶頸。

In effect, misuse of synchronization can turn the application into a single-threaded application, thereby decreasing throughput.───在效果上,同步的誤用,會把應用程序變成單線程應用程序,從而降低吞吐率。

In the case of this single threaded benchmark, it is quite safe for Hotspot to safely elide the lock.───在這個單線程化的基準測試中,Hotspot可以非常安全地將鎖省略掉。

In order to discuss Simultaneous Multi-Threading, you need to understand the normal execution of a single-threaded execution in a processor.───為了討論同步多線程,您需要了解單線程執行過程在處理器中的正常執行。

英語使用場景

In the case of this single threaded benchmark, it is quite safe for Hotspot to safely elide the lock.

The listener can be a bottleneck if it is single threaded, and if InterChange Server is not running on a high speed disk subsystem.

Given the single threaded nature of this benchmark, I was fully expecting Escape Analysis to elide the lock thus rendering StringBuffer performance equivalent to that of StringBuilder.