<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hironei</author_name>
  <author_url>https://blog.hatena.ne.jp/hironei/</author_url>
  <blog_title>hironei's diary</blog_title>
  <blog_url>https://hironei.hatenablog.com/</blog_url>
  <categories>
    <anon>Groovy</anon>
  </categories>
  <description>Groovyのスクリプトを静的型付をしてくれるらしい。ソースコードに@Typedを指定すると静的な型に基づいて最適化されるっぽい。フィボナッチでちょっと試してみた @Typed int fib(int n) { return n &lt; 2 ? 1 : fib(n - 1) + fib(n - 2); } int fib2(int n) { return n &lt; 2 ? 1 : fib2(n - 1) + fib2(n - 2); } println 'Groovy++ Fibonachi Numbers(36) took '+(System.currentTimeMillis() - start…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhironei.hatenablog.com%2Fentry%2F20110728%2F1311839577&quot; title=&quot;Groovy++計測(1) - hironei&amp;#39;s diary&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>2011-07-28 16:52:57</published>
  <title>Groovy++計測(1)</title>
  <type>rich</type>
  <url>https://hironei.hatenablog.com/entry/20110728/1311839577</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
