<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nishiohirokazu</author_name>
  <author_url>https://blog.hatena.ne.jp/nishiohirokazu/</author_url>
  <blog_title>西尾泰和のはてなダイアリー</blog_title>
  <blog_url>https://nishiohirokazu.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>翻訳頼まれたんで翻訳した from threading import Thread max = 3 lmax = 50000000 ary = [[0, 0]] class MyThread(Thread): def run(self): for _i in range(lmax): e = ary[-1] if e[0] != self.name: e = [self.name, 0] ary.append(e) e[1] += 1 threads = [MyThread(name=i) for i in &quot;123&quot;] for th in threads: th.start() for th…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnishiohirokazu.hatenadiary.org%2Fentry%2F20101207%2F1291736111&quot; title=&quot;tmp.py その2 - 西尾泰和のはてなダイアリー&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>2010-12-07 00:35:11</published>
  <title>tmp.py その2</title>
  <type>rich</type>
  <url>https://nishiohirokazu.hatenadiary.org/entry/20101207/1291736111</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
