diff --git a/README.rst b/README.rst index ed0e4e51..bebb6844 100644 --- a/README.rst +++ b/README.rst @@ -30,10 +30,9 @@ Features * Implementation of the ISO C++ standards proposal `P0645 Text Formatting `__. * Support for user-defined types. -* High speed: performance of the format API is close to that of glibc's `printf - `_ and better than the - performance of IOStreams. See `Speed tests`_ and - `Fast integer to string conversion in C++ +* High performance: faster than common standard library implementations of + `printf `_ and + IOStreams. See `Speed tests`_ and `Fast integer to string conversion in C++ `_. * Small code size both in terms of source code (the minimum configuration consists of just three header files, ``core.h``, ``format.h`` and