From 7716157bdb182252dfb1ea9409e0e7adac4e5e72 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Feb 2015 09:00:31 -0800 Subject: [PATCH] Update README.rst --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 9b59facd..1ae225cc 100644 --- a/README.rst +++ b/README.rst @@ -252,6 +252,15 @@ on integer formatting than ``fmt::Writer`` on Karma's own benchmark, see `Fast integer to string conversion in C++ `_. +What Users Say +-------------- + + Thanks for creating this library. It’s been a hole in C++ for a long time. + I’ve used both boost::format and loki::SPrintf, and neither felt like the + right answer. This does. + + -- Kurt Haas + Benchmarks ----------