diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-05-14 21:36:45 -0700 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-05-14 21:36:45 -0700 |
commit | 4f5802f70cef2d5c049ab5001c37022a8ba71eb5 (patch) | |
tree | 4318759c709b2da7bc405b7f5d3b5c54c3c43a96 | |
parent | e897aa91a2a5c68a2f795f6a0a995600f13a85f8 (diff) |
Update performance number
-rw-r--r-- | doc/intro.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.xhtml b/doc/intro.xhtml index ea0b8c9..776ef91 100644 --- a/doc/intro.xhtml +++ b/doc/intro.xhtml @@ -1747,7 +1747,7 @@ serialize (serializer& s) const <p>All in, with all the name splitting and string constructions, parsing throughput on a 2010 Intel Core i7 laptop is about - 35 MByte/sec, which should be sufficient for most applications.</p> + 37 MByte/sec, which should be sufficient for most applications.</p> <p>While it is much easier to implement a conforming serializer from scratch, <code>libstudxml</code> reuses an existing and |