mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-12 22:20:05 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
0452a4e71f
commit
5024742f8a
@ -2,8 +2,8 @@
|
||||
-----------
|
||||
|
||||
* Added an experimental unsynchronized file output API which, together with
|
||||
format string compilation, can give [5-9 times speed up compared to
|
||||
`fprintf`](https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html)
|
||||
format string compilation, can give `5-9 times speed up compared to
|
||||
fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__)
|
||||
on common platforms:
|
||||
|
||||
.. code:: c++
|
||||
@ -15,7 +15,7 @@
|
||||
f.print("The answer is {}.", 42);
|
||||
}
|
||||
|
||||
* Improved handling of single code units in `FMT_COMPILE`. For example:
|
||||
* Improved handling of single code units in ``FMT_COMPILE``. For example:
|
||||
|
||||
.. code:: c++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user