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
MessagePack is an efficient binary serialization library that provides compact representations of structured data like JSON. It allows for remote procedure calls in a synchronous, asynchronous, or callback style and supports communicating with multiple servers concurrently through an event-driven I/O model. It measures much faster than JSON in serializing and deserializing common data types and ob
バイナリアンでも何でもない*1くせに、分をわきまえていません。Yatceを書いている関係でバイナリフォーマットに結構興味があったりして、MessagePackのErlang版を書いてみました。Python版も出ていたりしてMessagePack速いんだろなーErlangだとどうなんだろなーと思っていますがErlangでベンチマークとかどうやるんだろと思ったところで飽きました。 ポイントはいくつかありましたが、 Erlangのバイナリフォーマットの表現力 ハフマン符号を超えている(ような気がする)MessagePackのバイナリフォーマットの美しさ Erlangのプログラミングのやりやすさ こういうツールだとコマンドラインでErlangインタプリタから抜けることなく延々と「書く→コンパイル→テスト」を繰り返せて楽 MessagePack for C/C++のコードの変態っぷり 頭の中でポルナ
MessagePack とは、古橋(id:viver)さんが開発された高速・高効率なバイナリシリアライズフォーマットです。詳しくは 古橋さんの日記 やプロジェクトサイト を見てください。 PythonからMessagePackフォーマットでSerialize/DeserializeするためのPythonパッケージを作ったので、取得方法と使い方について簡単に紹介します。 1. インストール msgpackという名前でPython Package Index (PyPI)に登録してあります。 <http://pypi.python.org/pypi/msgpack/> setuptoolsをインストールしている環境では、 $ easy_install msgpack でインストールすることができます。 Windowsでインストールする場合は、PyPIのパッケージサイト からインストーラをダウン
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く