Commit 6ccb5673 authored by Victor Zverovich's avatar Victor Zverovich

Update README.rst

parent a8202674
...@@ -40,7 +40,7 @@ Features ...@@ -40,7 +40,7 @@ Features
and better than the performance of IOStreams. See `Speed tests`_ and and better than the performance of IOStreams. See `Speed tests`_ and
`Fast integer to string conversion in C++ `Fast integer to string conversion in C++
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_. <http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
* Small code size both in terms of source code (format consists of a single * Small code size both in terms of source code (the core library consists of a single
header file and a single source file) and compiled code. header file and a single source file) and compiled code.
See `Compile time and code bloat`_. See `Compile time and code bloat`_.
* Reliability: the library has an extensive set of `unit tests * Reliability: the library has an extensive set of `unit tests
......
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