vDPA(Virtio Data Path Acceleration)メモ Tue Oct 27 2020 1436 words 3 mins read 仮想マシンやコンテナ環境で、高パフォーマンス(NICワイヤレート)かつ柔軟なIOを実現する方法。 まだあんまり日本語の情報は見つからない。 触っ Read more...
実践Rust入門 読書メモ Mon Oct 19 2020 4079 words 9 mins read 第1章 Rustの特徴 Firefoxの開発元であるMozillaが中心となって開発された。 不正なメモリ領域を指すポインタを許容しない、など安全 Read more...
VMware徹底入門 読書メモ Thu Oct 15 2020 1227 words 3 mins read 雑多なメモ vSpehre環境のインターフェイス GUI:vSphere Client、vSphere Web Client CLI:vSphere CLI、VMwar Read more...
XDPメモ(アーキテクチャ、性能、ユースケース) Thu Sep 17 2020 3293 words 7 mins read はじめに The eXpress data path: fast programmable packet processing in the operating system kernel 1 を読んだ。 この文章はほとんどこの論文をもとに書いたが、一部ニュース記事を引用している。 eBPF/XDPが Read more...
Educational Codeforces 95 B - Negative Prefixes Wed Sep 16 2020 202 words 1 min read 提出コード 2つの要素$a_l$と$a_r$をSwapしたとき、$a_r > a_l$であれば、 ある範囲ではPrefixSumが増加し、それ以外で Read more...