最近出版された論文
Rumpfr: A Fast and Memory Leak-free Rust Binding to the GNU MPFR Library CiNiiでみる
- 著者名:
- Tomoya Michinaka Hideyuki Kawabata Tetsuo Hironaka
- 抄録:
- The GNU MPFR library for arbitrary-precision floating-point arithmetic is widely used, and its Foreign Function Interface bindings to various languages have been developed. For the Rust programming language, existing bindings to the MPFR library include gmp-mpfr-sys (a low-level binding) and Rug (a binding that utilizes gmp-mpfr-sys to provide a more user-friendly interface). However, neither has sufficient descriptiveness and performance as bindings for general users of Rust, which is a programming language featuring high memory safety and high speed. We have developed a Rust binding, Rumpfr, to the MPFR library, that offers an easy way to write programs that perform high-speed multiple-precision floating-point computation. Rumpfr provides an interface that follows that of the MPFR library but hides the complexity of managing the mantissa area of floating-point numbers from the user. Rumpfr uses Rust's variable-length arrays to allocate mantissa areas, making it easy to handle without compromising Rust's high memory safety. In this paper, we describe the design and implementation of Rumpfr and present the results of numerical experiments demonstrating that Rumpfr can be used to write programs with low overhead.------------------------------This is a preprint of an article intended for publication Journal ofInformation Processing(JIP). This preprint should not be cited. Thisarticle should be cited as: Journal of Information Processing Vol.29(2021) (online)------------------------------The GNU MPFR library for arbitrary-precision floating-point arithmetic is widely used, and its Foreign Function Interface bindings to various languages have been developed. For the Rust programming language, existing bindings to the MPFR library include gmp-mpfr-sys (a low-level binding) and Rug (a binding that utilizes gmp-mpfr-sys to provide a more user-friendly interface). However, neither has sufficient descriptiveness and performance as bindings for general users of Rust, which is a programming language featuring high memory safety and high speed. We have developed a Rust binding, Rumpfr, to the MPFR library, that offers an easy way to write programs that perform high-speed multiple-precision floating-point computation. Rumpfr provides an interface that follows that of the MPFR library but hides the complexity of managing the mantissa area of floating-point numbers from the user. Rumpfr uses Rust's variable-length arrays to allocate mantissa areas, making it easy to handle without compromising Rust's high memory safety. In this paper, we describe the design and implementation of Rumpfr and present the results of numerical experiments demonstrating that Rumpfr can be used to write programs with low overhead.------------------------------This is a preprint of an article intended for publication Journal ofInformation Processing(JIP). This preprint should not be cited. Thisarticle should be cited as: Journal of Information Processing Vol.29(2021) (online)------------------------------
- 出版年月日:
- 2021-09-30 ,
- 巻:
- 14 ,
- 号:
- 4 ,
- ページ:
- - ,
- ISSN:
- 1882-7802
PelemayFp: An Efficient Parallelization Library for Elixir Based on Skeletons for Data Parallelism CiNiiでみる
- 著者名:
- Susumu Yamazaki
- 抄録:
- In this presentation, we propose Pelemay Fast Parallel map (PelemayFp), which is a library to parallelize Elixir code, efficiently, based on skeletons for data parallelism. PelemayFp is implemented using only Elixir, like Flow, which is a library of previous works. In Flow, the order of the list after computation is not guaranteed, while in PelemayFp, the order of the list is guaranteed because it is sorting while collecting and merging. On the other hand, Pelemay Super Parallelism (Pelemay), which we proposed, generates native code using SIMD instructions and calls it by NIFs, which is one of FFIs that Erlang provides, without performing multi-core parallelism, guaranteeing the order of the list. We evaluated the integer arithmetic performance by logistic mapping of PelemayFp alone, Pelemay alone, the combination of PelemayFp and Pelemay, Flow, and Enum, which is in the standard library of Elixir. When run on an Intel Xeon W-2191B CPU with 18 cores and 36 threads, the PelemayFp alone is up to 2.1 times faster than Enum. It is also faster than Flow without sorting. On the other hand, the combination of PelemayFp and Pelemay is up to 1.27 times faster than Enum. We also estimated the percentage of parallel execution in the entire code based on Amdahl's law. That of PelemayFp is 48-66 percent, while that of the combination of PelemayFp and Pelemay is 21-46 percent. Further analysis revealed that this experimental results can be explained by assuming that when calling native code from Elixir with NIFs, the part that is not executed in parallel increases by about 40 percent. Therefore, when generating native code including SIMD instructions and adopting the approach of parallelizing with Elixir for speeding up, it will be appropriate to incorporate a code optimization mechanism using SIMD instructions into the JIT, which will be released in the next major version of Erlang, or to use another FFI method, Port, instead of using NIFs.In this presentation, we propose Pelemay Fast Parallel map (PelemayFp), which is a library to parallelize Elixir code, efficiently, based on skeletons for data parallelism. PelemayFp is implemented using only Elixir, like Flow, which is a library of previous works. In Flow, the order of the list after computation is not guaranteed, while in PelemayFp, the order of the list is guaranteed because it is sorting while collecting and merging. On the other hand, Pelemay Super Parallelism (Pelemay), which we proposed, generates native code using SIMD instructions and calls it by NIFs, which is one of FFIs that Erlang provides, without performing multi-core parallelism, guaranteeing the order of the list. We evaluated the integer arithmetic performance by logistic mapping of PelemayFp alone, Pelemay alone, the combination of PelemayFp and Pelemay, Flow, and Enum, which is in the standard library of Elixir. When run on an Intel Xeon W-2191B CPU with 18 cores and 36 threads, the PelemayFp alone is up to 2.1 times faster than Enum. It is also faster than Flow without sorting. On the other hand, the combination of PelemayFp and Pelemay is up to 1.27 times faster than Enum. We also estimated the percentage of parallel execution in the entire code based on Amdahl's law. That of PelemayFp is 48-66 percent, while that of the combination of PelemayFp and Pelemay is 21-46 percent. Further analysis revealed that this experimental results can be explained by assuming that when calling native code from Elixir with NIFs, the part that is not executed in parallel increases by about 40 percent. Therefore, when generating native code including SIMD instructions and adopting the approach of parallelizing with Elixir for speeding up, it will be appropriate to incorporate a code optimization mechanism using SIMD instructions into the JIT, which will be released in the next major version of Erlang, or to use another FFI method, Port, instead of using NIFs.
- 出版年月日:
- 2021-09-30 ,
- 巻:
- 14 ,
- 号:
- 4 ,
- ページ:
- 4-4 ,
- ISSN:
- 1882-7802
コロナ禍での大学図書館受託現場におけるニューノーマル CiNiiでみる
- 著者名:
- 後藤 陽子
- 抄録:
- 出版年月日:
- 2021-09 ,
- 巻:
- ,
- 号:
- 203 ,
- ページ:
- 8-16 ,
- ISSN:
- 1342-1905
図書館を取り巻く著作権の現状(前編)図書館法との比較を通してみる著作権法(1) CiNiiでみる
- 著者名:
- 我妻 潤子
- 抄録:
- 出版年月日:
- 2021-09 ,
- 巻:
- ,
- 号:
- 203 ,
- ページ:
- 1-7 ,
- ISSN:
- 1342-1905
- 著者名:
- 和仁 かや 梶嶋 政司 山根 泰志 宮嶋 舞美
- 抄録:
- 昭和初期から第二次世界大戦直後の九州帝国大学法文学部で法制史講座を担った金田平一郎博士の旧蔵書は,没後その多くが九州大学に納入され長らく分散排架されていたが,70年近くを経てこの度集約・文庫化に至った.本稿ではかかる経緯や目録リストを含めた概要とともに,復元された旧蔵書から判明する金田の関心や当時の学問環境の一端,並びに新規寄贈資料から明らかとなった『御触書集成』刊行にまつわる知見を紹介し,「文庫化」という営為が齎す意義についても考察する.
- 出版年月日:
- 2021-08 ,
- 巻:
- ,
- 号:
- 2020 ,
- ページ:
- 1-28 ,
- ISSN:
- 1881-3542
ニューヨーク大学図書館所蔵ヨシオ・キシ及びアイリーン・ヤーリン・スンコレクション (あるアジア系アメリカ人が遺したもの : ヨシオ・キシのコレクションより) -- (あの人の蔵書(第5回)) CiNiiでみる
- 著者名:
- 抄録:
- 出版年月日:
- 2021-07 ,
- 巻:
- ,
- 号:
- 723 ,
- ページ:
- 8-9 ,
- ISSN:
- 0027-9153
【資料】国立公文書館内閣文庫蔵『新増鷹鶻方』(函号三〇六―三〇七)全文紹介 CiNiiでみる
- 著者名:
- 送料無料 公式グッズ イエモン THE YELLOW MONKEY SUPER JAPAN TOUR 2016 コットンバックエコバッグ
- 抄録:
- 出版年月日:
- 2021-07 ,
- 巻:
- ,
- 号:
- 5 ,
- ページ:
- 78-88 ,
- ISSN:
- 2435-1024
利用者カードをめぐる最近の動向 : 公共図書館を中心とした CiNiiでみる
- 著者名:
- 和知 剛
- 抄録:
- 出版年月日:
- 2021-06-20 ,
- 巻:
- ,
- 号:
- 348 ,
- ページ:
- 13-15 ,
- ISSN:
- 0387-8007
イベントのオンライン化によって得られたもの : 図書館総合展の事例 CiNiiでみる
- 著者名:
- 長沖 竜二
- 抄録:
- 出版年月日:
- 2021-06-20 ,
- 巻:
- ,
- 号:
- 348 ,
- ページ:
- 2-4 ,
- ISSN:
- 0387-8007
福祉資本主義の三つの世界 イエスタエスピン‐アンデルセン CiNiiでみる
- 著者名:
- Kml_kaV0ds/リトル・ショップ・オブ・ホラーズ オリジナル版 【VHS字幕】 レン落ち
- 抄録:
- 出版年月日:
- 2021-06 ,
- 巻:
- ,
- 号:
- 20 ,
- ページ:
- 62-64 ,
- ISSN:
- 1346-9622
(公財)味の素食の文化センター 食の文化ライブラリー CiNiiでみる
- 著者名:
- 草野 美保
- 抄録:
- 出版年月日:
- 2021-06 ,
- 巻:
- ,
- 号:
- 202 ,
- ページ:
- 41-44 ,
- ISSN:
- 1342-1905
海外図書館の最新動向(第24回)米国議会図書館2020 : 図書館はどのようにこの難しい一年を乗り越えたのか、そしてどう進んでいくのか CiNiiでみる
- 著者名:
- ミーンズ 節子
- 抄録:
- 出版年月日:
- 2021-06 ,
- 巻:
- ,
- 号:
- 202 ,
- ページ:
- 29-40 ,
- ISSN:
- 1342-1905
Pandasデータ解析ライブラリで記述された機械学習前処理の性能最適化に関する検討 CiNiiでみる
- 著者名:
- 仲池 卓也 川人 基弘 小原 盛幹
- 抄録:
- 従来,機械学習においては,ロジスティック回帰分析等のモデルの実行性能が重要視され,GPU等のハードウェアアクセラレータにより最適化されてきた.しかしながら,モデルの推論精度を向上させるためには,特徴量エンジニアリングを含めたデータの前処理が重要であり,それらの前処理の実行性能は十分に最適化されていない.本発表では,Pandasデータ解析ライブラリで記述された機械学習前処理の性能を最適化する手法を提案する.Pandasは,Pythonで記述されたデータ解析ライブラリであり,その利便性のため,多くのデータサイエンティストに利用されている.しかしながら,すべてのライブラリがPythonで実装されているため,高い性能を求めることが難しい.我々の提案手法は,Pandasで記述された機械学習前処理をONNX形式に変換し,高速な機械学習フレームワークを利用することにより性能向上を目指す.本発表では,我々が実装中のPandasからONNXの変換ツールの概要,およびPandasで記述された前処理とONNXランタイム上の前処理の性能比較について報告を行う.
- 出版年月日:
- 2021-05-12 ,
- 巻:
- 14 ,
- 号:
- 2 ,
- ページ:
- 31-31 ,
- ISSN:
- 1882-7802
Stay connected with your library! コロナ禍の大学図書館利用活性化と今後の展望について CiNiiでみる
- 著者名:
- 相場 洋子
- 抄録:
- 出版年月日:
- 2021-05 ,
- 巻:
- ,
- 号:
- 72 ,
- ページ:
- 1-5 ,
- ISSN:
- 0385-7700
「Reading Room」を「Library」に : 東北町での取り組み (特集 青森の図書館) CiNiiでみる
- 著者名:
- ◆8トラック(8トラ)◆杉本孝(g) [ギターで綴る古賀政男の真髄] '影を慕いて/東京娘'等20曲収録◆
- 抄録:
- 出版年月日:
- 2021-05 ,
- 巻:
- ,
- 号:
- 529 ,
- ページ:
- 53-58 ,
- ISSN:
- 0386-0914
西洋古代史・古典学研究における批判的校訂本シリーズの利用・管理法に関する一考察 -The Loeb Classical Library- CiNiiでみる
- 著者名:
- 遠藤 直子
- 抄録:
- 出版年月日:
- 2021-04-23 ,
- 巻:
- ,
- 号:
- 8 ,
- ページ:
- 35-41 ,
- ISSN:
- 0914-9791
北青葉山分館所蔵「理科大学コレクション」(仮称)について - A Collection of the College of Science of Tohoku Imperial University, called tentatively in Kita-Aobayama Library - CiNiiでみる
- 著者名:
- 小川 知幸
- 抄録:
- 出版年月日:
- 2021-04-23 ,
- 巻:
- ,
- 号:
- 8 ,
- ページ:
- 15-28 ,
- ISSN:
- 0914-9791
画像や音楽などがたっぷり入る大容量16GB!
高速USB2.0転送です。
食べ物や動物、乗り物など色々なタイプが揃っていますので、
お気に入りも見つかると思います♪
>>こちらから
■部活動:文化部/楽器/音楽/運動部/スポーツ
■乗り物:飛行機/船/車/バイク/電車/SL/新幹線
■その他:ファッション/工具/動物/ミリタリー ……など
※出品のないものは売り切れです。
※日時指定不可
■代金引換の場合は、宅配便(佐川急便)
※離島への発送はヤマト運輸
※別途代引き手数料
営業日:平日 9:30~18:30
■店頭販売・お渡しはしておりません。
臨時休業等、営業カレンダーをご確認ください。
ヤフーからの自動配信メール及び、当店の [wilmart_plus_alpha@plata.co.jp]を必ず受信できるよう設定をお願い致します。
※休業日中はご連絡できませんので、翌営業日までお待ちください。
■ご落札から 期限内にオーダーフォームのご入力やご決済が完了されない場合などご連絡がない場合はキャンセルさせていただきます。
お客様都合の削除処理を行います。
この処理を行いますと、お客様の評価に Yahoo! のシステム上、
自動的に「非常に悪い」の評価が入ります。
ご注意頂きます様お願い申し上げます。
■評価欄・質問欄は当店のチェックが入りませんので
評価欄・質問欄からのご連絡は対応できません。
商品への問い合わせは前述のメール宛にいただきますようお願いします。
ご入金確認:~15:00
ストアからの【受付確認メール】【入金確認メール】をご確認ください。
※14:30以降にオーダーフォームご記入完了の場合は翌営業日までお待ちください。
※お届け先や決済方法をお客様自身でご入力いただきます。
【マイオークション】→【入札中or落札分】→【該当商品ページ】
→【取引を始める】→【オーダーフォーム入力】
こちらの手続きが完了されない場合、当店ご注文受付へ進めません。
※複数点ご購入いただき、同梱を希望される場合、合計金額がわからない場合など、
必ず【受付確認メール】で合計金額をご確認の上、ご決済ください。
ページ内に特に記載がないものはご入金確認より3営業日以内の発送予定です。
【発送メール】で配達番号をご確認ください。
※最短発送に努めておりますが、
多数のご落札をいただいておりますため、
商品即日発送はお受けできかねる場合がございます。
オークションストアですので、受け取り連絡は必要ありません。
※入荷時期により上記画像と少々異なる場合がございます。
※長時間接触していたり、強い力で擦れるとスマートフォンに色移りする場合がございます。
※機器に装着する際には本体や本製品に付着したゴミやホコリをよく取り除いてください。
ホコリ等がついたまま装着すると、機器に傷がつく恐れがあります。
※弊ストアでは、基本的に、カラーごと種類ごとに出品しております。
必ず対応機種やカラー、種類をご確認のうえご落札ください。
※ケース類の充電につきまして、充電ケーブルからの充電に対応しております。
卓上充電には非対応となりますのでご了承下さい。
※当店取り扱いの商品は他の店舗と在庫を共有しており、ご注文後に在庫切れになる場合がございます。
その際は、メールか取引メッセージにてご案内させていただく場合があります。ご了承ください。
他にも商品多数ございます!