<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>IzumiSy</author_name>
  <author_url>https://blog.hatena.ne.jp/IzumiSy/</author_url>
  <blog_title>Runner in the High</blog_title>
  <blog_url>https://izumisy.work/</blog_url>
  <categories>
    <anon>メモ</anon>
    <anon>Elm</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>ここで触れられてた話がおもしろいかったのでざっくり紹介 discourse.elm-lang.org 文字列比較はcase文のほうが早い（ことがある） これは遅い ensureNonBreakingSpace : Char -&gt; Char ensureNonBreakingSpace char = if char == ' ' then nonBreakingSpace else char これは速い ensureNonBreakingSpace : Char -&gt; Char ensureNonBreakingSpace char = case char of ' ' -&gt; nonBreaki…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fizumisy.work%2Fentry%2F2021%2F06%2F09%2F220959&quot; title=&quot;Elmにおける比較処理の高速化テクニック - Runner in the High&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>2021-06-09 22:09:59</published>
  <title>Elmにおける比較処理の高速化テクニック</title>
  <type>rich</type>
  <url>https://izumisy.work/entry/2021/06/09/220959</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
