From f23017015726edf9686620fbc71b184eb430ab20 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 10 Mar 2019 12:13:14 -0700 Subject: [PATCH] Update readme --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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