Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Nov 23, 2014
1 parent d3ad649 commit 7151f39
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ OrigoDB snapshots are arbitrarily complex object graphs. Deserialization needs t
The major benefits are readability, interoperability and maintainability. But performance in general is probably better too. You should run benchmarks based on your own data.

## Performance
Here's some test output:
Here's test output from some completely arbitrary input showing size of serialized data at 35% of BinaryFormatter and about twice the speed.
```
Release
Modules.JsonNet.JsonNetFormatter
Size: 1736
Serialization: 00:00:00.5210129
Expand Down Expand Up @@ -39,5 +38,5 @@ ms.Position = 0;
object clone = formatter.Deserialize(ms);
```
## Download / install
Nuget: https://www.nuget.org/packages/OrigoDB.JsonNetFormatter/
Binary: https://github.com/DevrexLabs/Modules.JsonNetFormatter/releases
* Nuget: https://www.nuget.org/packages/OrigoDB.JsonNetFormatter/
* Binary zip: https://github.com/DevrexLabs/Modules.JsonNetFormatter/releases

0 comments on commit 7151f39

Please sign in to comment.