タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

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

  • 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のでメリットあるんじゃないかなぁ。
  • 1