<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>donadonasan</author_name>
  <author_url>https://blog.hatena.ne.jp/donadonasan/</author_url>
  <blog_title>ドナドナされるプログラマのメモ</blog_title>
  <blog_url>https://donadona.hatenablog.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Visual Studio</anon>
  </categories>
  <description>画像ファイルのロード、変換、保存をする部分の構造はどうしようかなあ。最近のPCはCPUのコア数が多いので、できればマルチスレッド対応としたい。その場合、どういうプログラム構成とすればいいのだろう？ データ処理の流れはシンプルだ。 二次記憶からデータを読み出す。 CPUにて処理する。 二次記憶にデータを書き出す。 1. の二次記憶からデータを読み出す処理は、下手に複数スレッドにて同時処理すると特にHDDで遅くなる可能性がある。また、3.の処理との同時実行も却って遅くする恐れがある。しかし一方で、異なる物理ドライブに対する同時アクセスならば問題ない。 ということは、読み込み・書き出しを管理するクラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdonadona.hatenablog.jp%2Fentry%2F2020%2F02%2F03%2F000341&quot; title=&quot;mozjpegをつかった画像変換ソフトの開発 その3 - ドナドナされるプログラマのメモ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/d/donadonasan/20200203/20200203000216.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-03 00:03:41</published>
  <title>mozjpegをつかった画像変換ソフトの開発 その3</title>
  <type>rich</type>
  <url>https://donadona.hatenablog.jp/entry/2020/02/03/000341</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
