<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>oz</anon>
    <anon>CTMCP</anon>
  </categories>
  <description>3 並列フィボナッチ {Fib 30}同士を比較した。単位はミリ秒。並列のほうが遅い。まあ、シングルプロセッサですし。 local S = {Property.get 'time.total'} in {PFib 30 _} {Show '---'} {Show {Property.get 'time.total'}-S} end 直列 - 410 並列 - 4980 また、Fib(n)が生成するスレッドの数をT(n)とすると、 T(1) = 1 T(2) = 2 T(n) = 1+T(n-1)+T(n-2)ここで、S(n)=T(n)+1とすると、 T(n) = 1+T(n-1)+T(n-2)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20080114%2Foz&quot; title=&quot;第4章 練習問題 3-19 - みずぴー日記&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>2008-01-14 00:00:00</published>
  <title>第4章 練習問題 3-19</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20080114/oz</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
