タグ

2009年8月1日のブックマーク (3件)

  • NatureOfOrder.fm

    1 of 76 STANFORD UNIVERSITY The Nature of Order The Post-Pattern World Richard P. Gabriel 2 of 76 STANFORD UNIVERSITY The Nature of Order • 20 years of work beyond A Pattern Language, The Timeless Way of Building • Alexander was trying to understand the failures of pattern languages and the deeper implications of geometry on the Quality Without a Name and beauty • General theory of beauty, wholene

  • ディレクトリの中にある大量の小さなファイルを高速に読み込む方法 - 射撃しつつ前転 改

    ディレクトリの中にある大量のファイルを高速に読み込む方法が知りたかったので、実験してみた。想定しているシチュエーションは、一つ一つのファイルは数KB程度だが数が多い、という場合である。適当な順番でアクセスすると、ランダムアクセスになってしまいとても時間がかかる。個々のファイルを読み込む順番はどうでも良く、すべてのファイルを処理することさえできればいいので、原理的にはシーケンシャルアクセスで処理できてしかるべきである。 まず、ファイルシステムについて。HDDやSSDなどのハードウェアにアクセスする際には、ファイル名などという概念はもちろん存在しない。ファイル名と実際のディスク上の対応を管理するのがファイルシステムの主な役割である。ファイルシステムは、ファイル名からそのファイルに対応するブロック番号(メモリアドレスみたいなもんだな)を調べて、そのブロック番号を指定してHDDやSSDにアクセスす

    ディレクトリの中にある大量の小さなファイルを高速に読み込む方法 - 射撃しつつ前転 改
  • Let's make the web faster - Google Code

    Tutorials There are many ways to make websites run faster. In this section, you can discover performance best practices that real web professionals employ in their everyday work. These practices have improved the user experience for millions of users and we hope they are useful for other web developers. Using every CSS declaration only once is an effective way to reduce file size of style sheets.