検索
Results of 1 - 1 of about 1 for segment (0.002 sec.)
- Testcase: map-reduce - Rust By Example 日本語版 9414
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
races can occur. Because we're move -ing the data segments into the thread, Rust will also ensure the data i...
*********** * "Map" phase * * Divide our data into segments, and apply initial processing *******************...
**************************/ // split our data into segments for individual calculation // each chunk will be...
data.split_whitespace(); // Iterate over the data segments. // .enumerate() adds the current loop index to w...
- https://man.plustar.jp/rust/example/std_misc/threads/testcase_mapreduce.html - [similar]
PREV
1
NEXT