<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohhoy</author_name>
  <author_url>https://blog.hatena.ne.jp/yohhoy/</author_url>
  <blog_title>yohhoyの日記</blog_title>
  <blog_url>https://yohhoy.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>TBB</anon>
  </categories>
  <description>Intel TBB(Threading Building Blocks)を利用した並列パイプライン処理実装のひな形コード。下記の前提条件・要件に適合する。 データの “入力 → 変換 → 出力” 処理フローにおいて、スループット改善を目的として変換処理を並列化する。 データ変換は並行実行されうるため、変換処理はデータ単位で分離独立していること。 データ入力／出力処理時間に比べて、並列化対象のデータ変換処理時間の方が十分大きいこと。*1 データ入力／出力については順序維持(in-order)の逐次処理とする。（例：シーケンシャルファイル処理など） 並列処理ワーカスレッド数は、論理プロセッサ数（ま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohhoy.hatenadiary.jp%2Fentry%2F20140514%2Fp1&quot; title=&quot;並列パイプライン処理のひな形 - yohhoyの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-05-14 00:00:00</published>
  <title>並列パイプライン処理のひな形</title>
  <type>rich</type>
  <url>https://yohhoy.hatenadiary.jp/entry/20140514/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
