タグ

2009年2月26日のブックマーク (5件)

  • LispをCより速くする - リリカル☆Lisp開発日記

    ときどきの雑記帖経由で知った How to make Lisp go faster than C という論文が面白いです。 簡単な画像処理をCとCommon Lispで書いて速度を比べるというものですが、 CLの速度の劇的な変化が笑えます。 インタプリタで実行 -> Cの2300倍遅い コンパイルして実行 -> Cの60倍遅い 型宣言と最適化を付ける -> Cと同等の速度(一部に関してはCより速い) いくらなんでも最初より速くなりすぎだろwwww おまけに、最初のソースと最終的なソースの差はほとんど無く、 関数一つあたり、2,3行増える程度です。これは凄い。 あと、CMUCLの型推論がACLより優秀という話も面白かったです。 (defun mult (to from val) (declare (type (simple-array fixnum (*)) to from))

    youz
    youz 2009/02/26
    JAVAよりは速くしたいけどむずかしー http://lucille.atso-net.jp/aobench/
  • John Resig - JavaScript Function Call Profiling

    With jQuery 1.3.2 out the door I’ve been looking for more ways to profile and optimize jQuery. Previously I did a survey of jQuery-using sites to figure out which selectors they were using. This led to the construction of the new Sizzle Selector Engine which targeted those selectors for improvement. Additionally, I constructed a deep profiling plugin for jQuery which helped to spot methods that we

  • 68936’s gists

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    68936’s gists
    youz
    youz 2009/02/26
    Emacsでformat-date-string
  • O.M.Y.

    youz
    youz 2009/02/26
  • 記念すべき東方Project第12弾 東方星蓮船 | 博麗幻想書譜

    訂正、記念すべきでもない。東方Project第12弾。 「東方星蓮船 ~ Undefined Fantastic Object.」 いつも通りな感じと思いきや、得点の基のバランスがいつもから大きく見直されて結構挑戦的になっています。 難易度は勉強しました。うむ、易しげで稼ぎやすい。 ストーリーは簡単に言うと 「春先から空を飛ぶ宝船を見たという噂で持ちきりの幻想郷。こいつは縁起がええや、と我先にとその宝船に乗り込もうと、空を高速で駆け巡る黒い影を追ったのであった」 というかるーい感じです。プレイヤーキャラは早苗が一人増えて三人の人間。各人、二つある目的の中から一つ選択して高速で駆け巡る宝船(?)を追います。吃驚するほどかるーい感じの目的で……だがしかし。 スナップショット 完成は2009夏予定です。 3/8 博麗神社例大祭にて体験版CDを配る予定です。興味がありましたら鍋敷きにでもお使いく

    記念すべき東方Project第12弾 東方星蓮船 | 博麗幻想書譜