<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kilrey</author_name>
  <author_url>https://blog.hatena.ne.jp/kilrey/</author_url>
  <blog_title>うっくつさん本を読む。</blog_title>
  <blog_url>https://kilrey.hatenadiary.org/</blog_url>
  <categories>
    <anon>言語</anon>
    <anon>開発</anon>
  </categories>
  <description>メニーコアに対応したプログラミングについて考えてみた。 手続き型パラダイムでは辛い。何故かというとシングルコアにしか対応していないから。現状の同期・排他モデルでは並列度の上昇に対応することが難しい、というより面倒くさい。さらにpthreadはあくまでもタスクを動かすためのもの、粒度が大きすぎてそのままでは使えない。 関数型パラダイムは有効。副作用なしであれば並列度の上昇にも問題なく対応できる。ただし、現状では並列計算の速度ではFortranに負けている。ライブラリやコンパイラの完成度に差があるのも大きいとは言え。 関数型パラダイムがこの壁を越える契機は「事前評価」にあるのではないか*1。 従来…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkilrey.hatenadiary.org%2Fentry%2F20090214%2Fp1&quot; title=&quot;事前評価 - うっくつさん本を読む。&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>2009-02-14 00:00:03</published>
  <title>事前評価</title>
  <type>rich</type>
  <url>https://kilrey.hatenadiary.org/entry/20090214/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
