Link to specific subsections in Benchmarks.

This commit is contained in:
Victor Zverovich 2012-12-07 14:22:24 -08:00
parent 2953d8499d
commit 659dd37b79

View File

@ -9,9 +9,10 @@ Features
* Format string syntax similar to the one used by `str.format
<http://docs.python.org/2/library/stdtypes.html#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.