Entries from 2009-03-04 to 1 day

file-options のテストを書いている

#| file-options (file-options) If file exists: raise &file-already-exists If does not exist: create new file |# (test/exception i/o-file-already-exists-error? (open-file-input/output-port "./test/utf16.txt")) (test/exception i/o-file-alrea…

今日の復習

タスクキャンセル 0割 スレッドプール 0割 スレッドセーフクラスの組み立て Transaction & schedule 以下10割 IA32概要 Entities Texturing pipeline SQL => Algebra ACID

Magnification - Image Texturing - Real-Time Rendering

Real-Time Renderingの 6章 。 マインドマップから再構成したまとめ 貼り付け先が texture よりも小さい場合拡大が必要 方法はいくつかある 1. nearest neighbor block ノイズがひどい poor 2. bilinear box filter 4 pixel から決める ノイズ軽減 checker b…

2PL, Serializablity, and Recoverability - Database Management Systems

Database Management Systemsの16章。 Serializablity と Recoverability が重要である事は理解できる。 また conflict equivalent conflict serializable strict でない 2PL の定義自体は理解できる。 それぞれがどう絡みあい、どのような意義があるのかが…

12. clustered のコードを読む4 - PostgreSQL のソースコードを読む

db

RelFileNode を見る RelFileNode は Relation に物理的にアクセスするために必要な情報を提供する。 RelFileNode は 3 つの Oid を保持 spcNode :テーブルスペース dbNode : データベース relNode : リレーション pg_class.relfilenode に相当 SMgrRelati…

R6RS の file-options の仕様はあいまい

no-create, no-fail と並列された場合に、ファイルが存在しない場合はどうするのさ。 と思ったら Ikarus の Abdulaziz Ghuloum さんも同じ事を指摘している。 普通に考えてエラーにするのがユーザーにとってはやさしいだろうな。

ややこしい英文

否定が多すぎる。 no-fail If the file already exists, the exception with condition type &i/o-file-already-exists is not raised, even if no-create is not included, and the file is truncated to zero length.