Update README.rst

This commit is contained in:
Victor Zverovich 2016-04-27 08:28:24 -07:00
parent e817bb9cc4
commit f9ee5f4b43

View File

@ -281,7 +281,7 @@ The following speed tests results were generated by building
runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` or runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` or
equivalent is filled 2000000 times with output sent to ``/dev/null``; for equivalent is filled 2000000 times with output sent to ``/dev/null``; for
further details see the `source further details see the `source
<https://github.com/cppformat/format-benchmark/blob/master/tinyformat_test.cpp>`_. <https://github.com/fmtlib/format-benchmark/blob/master/tinyformat_test.cpp>`_.
================= ============= =========== ================= ============= ===========
Library Method Run Time, s Library Method Run Time, s
@ -305,8 +305,8 @@ Compile time and code bloat
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
The script `bloat-test.py The script `bloat-test.py
<https://github.com/cppformat/format-benchmark/blob/master/bloat-test.py>`_ <https://github.com/fmtlib/format-benchmark/blob/master/bloat-test.py>`_
from `format-benchmark <https://github.com/cppformat/format-benchmark>`_ from `format-benchmark <https://github.com/fmtlib/format-benchmark>`_
tests compile time and code bloat for nontrivial projects. tests compile time and code bloat for nontrivial projects.
It generates 100 translation units and uses ``printf()`` or its alternative It generates 100 translation units and uses ``printf()`` or its alternative
five times in each to simulate a medium sized project. The resulting five times in each to simulate a medium sized project. The resulting
@ -355,11 +355,11 @@ the library and run the unit tests.
__ http://cppformat.github.io/latest/usage.html#building-the-library __ http://cppformat.github.io/latest/usage.html#building-the-library
Benchmarks reside in a separate repository, Benchmarks reside in a separate repository,
`format-benchmarks <https://github.com/cppformat/format-benchmark>`_, `format-benchmarks <https://github.com/fmtlib/format-benchmark>`_,
so to run the benchmarks you first need to clone this repository and so to run the benchmarks you first need to clone this repository and
generate Makefiles with CMake:: generate Makefiles with CMake::
$ git clone --recursive https://github.com/cppformat/format-benchmark.git $ git clone --recursive https://github.com/fmtlib/format-benchmark.git
$ cd format-benchmark $ cd format-benchmark
$ cmake . $ cmake .
@ -384,7 +384,7 @@ documentation <https://docs.python.org/3/library/string.html#module-string>`_
adapted for the current library. For this reason the documentation is adapted for the current library. For this reason the documentation is
distributed under the Python Software Foundation license available in distributed under the Python Software Foundation license available in
`doc/python-license.txt `doc/python-license.txt
<https://raw.github.com/cppformat/cppformat/master/doc/python-license.txt>`_. <https://raw.github.com/fmtlib/fmt/master/doc/python-license.txt>`_.
It only applies if you distribute the documentation of fmt. It only applies if you distribute the documentation of fmt.
Acknowledgments Acknowledgments