perl: regen README

This commit is contained in:
gfx 2010-09-19 15:15:31 +09:00
parent 8d182f1d79
commit a1c01c6722

View File

@ -2,6 +2,8 @@ NAME
Data::MessagePack - MessagePack serialising/deserialising Data::MessagePack - MessagePack serialising/deserialising
SYNOPSIS SYNOPSIS
use Data::MessagePack;
my $packed = Data::MessagePack->pack($dat); my $packed = Data::MessagePack->pack($dat);
my $unpacked = Data::MessagePack->unpack($dat); my $unpacked = Data::MessagePack->unpack($dat);
@ -51,7 +53,8 @@ Configuration Variables
SPEED SPEED
This is a result of benchmark/serialize.pl and benchmark/deserialize.pl This is a result of benchmark/serialize.pl and benchmark/deserialize.pl
on my SC440(Linux 2.6.32-23-server #37-Ubuntu SMP). on my SC440(Linux 2.6.32-23-server #37-Ubuntu SMP). (You should
benchmark them with your data if the speed matters, of course.)
-- serialize -- serialize
JSON::XS: 2.3 JSON::XS: 2.3
@ -123,3 +126,7 @@ SEE ALSO
<http://msgpack.org/> is the official web site for the MessagePack <http://msgpack.org/> is the official web site for the MessagePack
format. format.
Data::MessagePack::Unpacker
AnyEvent::MPRPC