タグ

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

  • 関連タグはありません

タグの絞り込みを解除

protocolとprogrammingに関するpaellaのブックマーク (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

    paella
    paella 2009/02/25
    概要:性能を重視したバイナリベースのシリアライズ形式。(デ)シリアライズ速度が非常に高速で、シリアライズ後のデータサイズも小さい。JSONに似ているが高速でコンパクト。
  • 1