Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
f9ee5f4b
Commit
f9ee5f4b
authored
Apr 27, 2016
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.rst
parent
e817bb9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.rst
README.rst
+6
-6
No files found.
README.rst
View file @
f9ee5f4b
...
...
@@ -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
equivalent is filled 2000000 times with output sent to ``/dev/null``; for
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
...
...
@@ -305,8 +305,8 @@ Compile time and code bloat
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The script `bloat-test.py
<https://github.com/
cppformat
/format-benchmark/blob/master/bloat-test.py>`_
from `format-benchmark <https://github.com/
cppformat
/format-benchmark>`_
<https://github.com/
fmtlib
/format-benchmark/blob/master/bloat-test.py>`_
from `format-benchmark <https://github.com/
fmtlib
/format-benchmark>`_
tests compile time and code bloat for nontrivial projects.
It generates 100 translation units and uses ``printf()`` or its alternative
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
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
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
$ 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
distributed under the Python Software Foundation license available in
`doc/python-license.txt
<https://raw.github.com/
cppformat/cppforma
t/master/doc/python-license.txt>`_.
<https://raw.github.com/
fmtlib/fm
t/master/doc/python-license.txt>`_.
It only applies if you distribute the documentation of fmt.
Acknowledgments
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment