From a7b9b43b310e9987a1056c5828acba9fc928740a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 13 Jul 2014 15:41:14 +0200 Subject: readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d8e2d64..d1c1ea5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Serializer Benchmark Comparing parsing speed/memory usage of all C++ JSON libs I could find. Also including two msgpack implementations (C++/Ruby). Goal is to output object.edges.last.rule.substr(1, 4). Data are fairly large and complex objects (hypergraph representations) with a lot of different types, e.g. strings (ASCII), ints, floats, arrays -and sub-objects. +and sub-objects. Download data here [4] and put in the data/ directory. Note that the comparison is unfair for some parsers, as they just do SAX-style parsing and do not actually fill "real" objects with data (e.g. the cdec json parser). @@ -46,6 +46,7 @@ Versions: * [1] https://github.com/redpony/cdec/tree/master/decoder * [2] http://fossil.wanderinghorse.net/repos/nosjob/index.cgi/index * [3] https://github.com/pks/scripts +* [4] http://simianer.de/serializer_benchmark_data.tar.gz Results -- cgit v1.2.3