maemaewaterの日記

エンジニア兼ゲーマーの人の日記です。PHP/Python/JavaScript/C#/C++などによるプログラムに関することを主に書いています。

2018-07-01から1ヶ月間の記事一覧

C++で並列化

C++

C++も手軽に並列化(parallel_for)できるのですね。いろいろ調べると面白そうです。 #include "stdafx.h" #include <iostream> #include <ppl.h> #include <vector> using namespace std; using namespace concurrency; int main() { vector<int> v; for (size_t i = 0; i < 1000; i++) { v.</int></vector></ppl.h></iostream>…