mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
s/msgpack.sourceforge.net/msgpack.org/
This commit is contained in:
parent
6630a643d3
commit
177cc55ee5
10
README.md
10
README.md
@ -16,7 +16,7 @@ Typical small integer (like flags or error code) is saved only in 1 byte, and ty
|
||||
|
||||
## Performance
|
||||
|
||||

|
||||

|
||||
|
||||
In this test, it measured the elapsed time of serializing and deserializing 200,000 target objects. The target object consists of the three integers and 512 bytes string.
|
||||
The source code of this test is available from [frsyuki' serializer-speed-test repository.](http://github.com/frsyuki/serializer-speed-test)
|
||||
@ -24,14 +24,14 @@ The source code of this test is available from [frsyuki' serializer-speed-test r
|
||||
|
||||
## Getting Started
|
||||
|
||||
Usage and other documents about implementations in each language are found at [the web site.](http://msgpack.sourceforge.net/)
|
||||
Usage and other documents about implementations in each language are found at [the web site.](http://msgpack.org/)
|
||||
|
||||
|
||||
## Learn More
|
||||
|
||||
- [Project Web Site](http://msgpack.sourceforge.net/)
|
||||
- [MessagePack format specification](http://msgpack.sourceforge.net/spec)
|
||||
- [Project Web Site](http://msgpack.org/)
|
||||
- [MessagePack format specification](http://wiki.msgpack.org/display/MSGPACK/Format+specification)
|
||||
- [Repository at github](http://github.com/msgpack/msgpack)
|
||||
- [Wiki](http://msgpack.sourceforge.net/start)
|
||||
- [Wiki](http://wiki.msgpack.org/display/MSGPACK/Home)
|
||||
- [MessagePack-RPC](http://github.com/msgpack/msgpack-rpc)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<info organisation="org"
|
||||
module="${name}" revision="${version}">
|
||||
<ivyauthor name="MessagePack Project" url="http://msgpack.sourceforge.net/"/>
|
||||
<ivyauthor name="MessagePack Project" url="http://msgpack.org/"/>
|
||||
<description>MessagePack</description>
|
||||
</info>
|
||||
|
||||
|
@ -8,4 +8,4 @@ But unlike JSON, it is very fast and small.
|
||||
|
||||
Resources
|
||||
---------
|
||||
* [msgpack](http://msgpack.sourceforge.net/)
|
||||
* [msgpack](http://msgpack.org/)
|
||||
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
||||
s.summary = "MessagePack, a binary-based efficient data interchange format."
|
||||
s.author = "FURUHASHI Sadayuki"
|
||||
s.email = "frsyuki@users.sourceforge.jp"
|
||||
s.homepage = "http://msgpack.sourceforge.net/"
|
||||
s.homepage = "http://msgpack.org/"
|
||||
s.rubyforge_project = "msgpack"
|
||||
s.has_rdoc = true
|
||||
s.rdoc_options = ["ext"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user