<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryousanngata</author_name>
  <author_url>https://blog.hatena.ne.jp/ryousanngata/</author_url>
  <blog_title>日々量産</blog_title>
  <blog_url>https://ryozi.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>Encodeモジュールはスレッドセーフではない、ってどこかに書いてあって、 find_encodingで得られるオブジェクトを使いまわしてる身としては気になったので。 (スレッド間で使いまわすことはないんだけど。) 適当にスレッド作ってループ回してみたけども、 スレッドセーフになるようになってる模様？ あと、shared_cloneしないほうが数倍近く早く終わる。 コード間違ってたら恥ずかしい # SJISで書きました use strict; use threads; use threads::shared; use Encode; my $sjisenc = shared_clone(fin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryozi.hatenadiary.jp%2Fentry%2F20120523%2F1337705709&quot; title=&quot;Encode::find_encodingで得られるオブジェクトはスレッドセーフ？ - 日々量産&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>2012-05-23 01:55:09</published>
  <title>Encode::find_encodingで得られるオブジェクトはスレッドセーフ？</title>
  <type>rich</type>
  <url>https://ryozi.hatenadiary.jp/entry/20120523/1337705709</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
