Commit 2953d849 authored by Victor Zverovich's avatar Victor Zverovich

Link to Benchmarks.

parent 70a23179
...@@ -9,9 +9,9 @@ Features ...@@ -9,9 +9,9 @@ Features
* Format string syntax similar to the one used by `str.format * Format string syntax similar to the one used by `str.format
<http://docs.python.org/2/library/stdtypes.html#str.format>`__ in Python. <http://docs.python.org/2/library/stdtypes.html#str.format>`__ in Python.
* High speed: performance of the current proof-of-concept implementation * 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 * 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, * Easy deployment: small self-contained code base, no external dependencies,
permissive license. permissive license.
* Support for user-defined types. * Support for user-defined types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment