Link to Benchmarks.

This commit is contained in:
Victor Zverovich 2012-12-07 14:20:32 -08:00
parent 70a23179e1
commit 2953d8499d

View File

@ -9,9 +9,9 @@ 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 `Benchmarks`_).
* 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 `Benchmarks`_).
* Easy deployment: small self-contained code base, no external dependencies,
permissive license.
* Support for user-defined types.