From 659dd37b79c20899d08004bdfe9915c3fb098786 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 7 Dec 2012 14:22:24 -0800 Subject: [PATCH] Link to specific subsections in Benchmarks. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a84dc7e8..b087ff0a 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,10 @@ Features * Format string syntax similar to the one used by `str.format `__ in Python. * High speed: performance of the current proof-of-concept implementation - is close to that of iostreams (see `Benchmarks`_). + is close to that of iostreams (see `Speed tests`_). * Small code size both in terms of source code (format consists of a single - header file and a single source file) and compiled code (see `Benchmarks`_). + header file and a single source file) and compiled code + (see `Compile time and code bloat`_). * Easy deployment: small self-contained code base, no external dependencies, permissive license. * Support for user-defined types.