From 7151f39c15052bf5050ee3e55debb303b3adb433 Mon Sep 17 00:00:00 2001 From: Robert Friberg Date: Sun, 23 Nov 2014 23:15:23 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c90209..8619e24 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file +* Nuget: https://www.nuget.org/packages/OrigoDB.JsonNetFormatter/ +* Binary zip: https://github.com/DevrexLabs/Modules.JsonNetFormatter/releases