並行性(コンピュータサイエンス)
原題: Concurrency (computer science) - Wikipedia
分析結果
- カテゴリ
- 経済
- 重要度
- 41
- トレンドスコア
- 9
- 要約
- 並行性は、複数の関連する概念を含む広範な概念であり、特に並列性(複数の処理ユニットでの同時実行)を含みます。並列性は、タスクを独立して複数のプロセッサで実行することを指します。
- キーワード
Concurrency is a broader concept that encompasses several related ideas, including: [1][2][3][4][5] Parallelism (simultaneous execution on multiple processing units). Parallelism executes tasks independently on multiple CPU cores. Concurrency allows for multiple threads of control at the program level, which can use parallelism or time-slicing to perform these tasks. Programs may exhibit ...