タグ

libraryとTuningに関するdiveintounlimitのブックマーク (2)

  • MessagePack: It's like JSON. but fast and small.

    It's like JSON. but fast and small. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. Next: MessagePack is supported by over 50 programming languages and environm

    diveintounlimit
    diveintounlimit 2012/08/25
    JSONのバイナリ版みたいなの。バイナリ化することで転送量を抑えられる。20言語ほどの対応あり。JavaScript版もあるけど、ブラウザではネイティブに実装されてるJSONのでメリットあるんじゃないかなぁ。
  • Download Page Speed

    Supported platforms Mac OSX (x86 and PPC) Linux (32-bit and 64-bit) Windows (XP and up) Prerequisites Page Speed requires both of the following to be installed: Mozilla Firefox 3.0.4 or higher (official, non-beta versions) — download from Mozilla Firebug Firefox Add-on 1.3.3 or higher (official, non-beta versions) — download from Mozilla

    diveintounlimit
    diveintounlimit 2010/11/07
    Firefox用のプラグインとApacheモジュール。Apache2.2のモジュールとして導入するとサイトの表示スピードが上がるらしい。Googleの作ったプラグイン。
  • 1