File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- % Concurrency
2-
3- Concurrency and parallelism are incredibly important topics in computer
4- science, and are also a hot topic in industry today. Computers are gaining more
5- and more cores, yet many programmers aren't prepared to fully utilize them.
1+ % 並行
2+ <!-- % Concurrency -->
3+
4+ <!-- Concurrency and parallelism are incredibly important topics in computer -->
5+ <!-- science, and are also a hot topic in industry today. Computers are gaining more -->
6+ <!-- and more cores, yet many programmers aren't prepared to fully utilize them. -->
7+ 並行と並列はコンピュータサイエンスにおいて極めて重要なトピックであり、現在では産業の分野においてもホットトピックです。
8+ コンピュータはどんどん多くのコアを持つようになってきていますが、多くのプログラマはまだそれを十分に使いこなす準備ができていません。
69
710Rust's memory safety features also apply to its concurrency story too. Even
811concurrent Rust programs must be memory safe, having no data races. Rust's type
You can’t perform that action at this time.
0 commit comments