msgpack-python/erlang
Vincent de Phily ba4a971bfa erlang: Remove unecessary 'throw(short)' clause for unpack_{array,map}_/1
Unecessary because unpack_/1 will throw it anyway.
This does mean that we go a tiny bit deeper to find that we don't have enough data,
but that should be a rare code path. Keep the main code path fast and the code clean.

While at it, rename vars to match its sibling function and to avoid thinking that
RestLen is a byte count (it's an item count).
2010-07-09 13:44:02 +02:00
..
.gitignore erlang: temporary documentation and .gitignore 2010-06-01 00:31:12 +09:00
msgpack.erl erlang: Remove unecessary 'throw(short)' clause for unpack_{array,map}_/1 2010-07-09 13:44:02 +02:00
OMakefile erlang: tests improved and code refined. 2010-06-22 11:15:18 +09:00
OMakeroot added more tests, 2010-05-31 00:25:53 +09:00
README.md updated readme 2010-06-25 01:26:57 +09:00
testcase_generator.rb erlang: bugfix(serialization of -234 goes <<208,22>> while it should go int16 <<0xD1, ...>>) 2010-06-26 08:40:36 +09:00

MessagePack for Erlang

Binary-based efficient object serialization library.

see wiki ( http://redmine.msgpack.org/projects/msgpack/wiki/QuickStartErlang ) for details

Status

0.1.0 released.