<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>boaoa</author_name>
  <author_url>https://blog.hatena.ne.jp/boaoa/</author_url>
  <blog_title>JS.next</blog_title>
  <blog_url>https://js-next.hatenablog.com/</blog_url>
  <categories>
    <anon>☆☆☆</anon>
    <anon>Withdrawn</anon>
    <anon>仕様紹介</anon>
  </categories>
  <description>概要 新しいプリミティブ型であるSIMD型及びAPIがV8で実装されてきている。 SIMDとは、複数の数値を並べて１つの値としたようなデータ型である。 これはCPUによって効率良くサポートされているデータ型であり、 1 + 2 -&gt; 3 をするように [ 1, 2, 3, 4 ] + [ 2, 3, 4, 5 ] -&gt; [ 3, 5, 7, 9 ] を1回の演算ですることができる。 つまり、沢山の数値を扱う場面でSIMD型を利用することで、何倍ものパフォーマンス向上が期待できる。 （※WASMに入ることとなり、ESからは一旦取り除かれました。）</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjs-next.hatenablog.com%2Fentry%2F2015%2F07%2F22%2F201208&quot; title=&quot;SIMD型について - JS.next&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>2015-07-22 20:12:08</published>
  <title>SIMD型について</title>
  <type>rich</type>
  <url>https://js-next.hatenablog.com/entry/2015/07/22/201208</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
