<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kzk</author_name>
  <author_url>https://blog.hatena.ne.jp/kzk/</author_url>
  <blog_title>moratorium</blog_title>
  <blog_url>https://kzk.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>唐突にベンチマーク取ってみた。 ubuntu% cat test/fib.scm (define (fib n) (if (&lt;= n 2) 1 (+ (fib (- n 1)) (fib (- n 2))))) (print (fib 30)) ubuntu% time ./sscm test/fib.scm 832040 ./sscm test/fib.scm 4.08s user 0.00s system 99% cpu 4.114 total ubuntu% time uim-sh -B &lt; test/fib.scm 832040 uim-sh -B &lt; test/fib.scm 2.2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkzk.hatenadiary.org%2Fentry%2F20050706%2Fp3&quot; title=&quot; 勝手にベンチマーク (fib.scm編) - moratorium&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>2005-07-06 00:00:02</published>
  <title> 勝手にベンチマーク (fib.scm編)</title>
  <type>rich</type>
  <url>https://kzk.hatenadiary.org/entry/20050706/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
