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
7c33059f
Unverified
Commit
7c33059f
authored
Jul 04, 2020
by
Victor Zverovich
Committed by
GitHub
Jul 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ChangeLog.rst
parent
9e20883a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ChangeLog.rst
ChangeLog.rst
+6
-6
No files found.
ChangeLog.rst
View file @
7c33059f
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
-----------
-----------
* Reduced the library size. For example, on macOS the stripped binary
* Reduced the library size. For example, on macOS the stripped binary
statically linked with {fmt}
shrank from ~368k to less than 100k:
statically linked with {fmt}
`shrank from ~368k to less than 100k
http://www.zverovich.net/2020/05/21/reducing-library-size.html
.
<http://www.zverovich.net/2020/05/21/reducing-library-size.html>`_
.
* Added
simpler and more efficient
format string compilation API
* Added
a simpler and more efficient `
format string compilation API
(https://fmt.dev/dev/api.html#compile-api)
:
<https://fmt.dev/dev/api.html#compile-api>`_
:
.. code:: c++
.. code:: c++
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
The old ``fmt::compile`` API is now deprecated.
The old ``fmt::compile`` API is now deprecated.
* Optimized integer formatting: ``format_to`` with format string compilation
* Optimized integer formatting: ``format_to`` with format string compilation
and a stack-allocated buffer is now
faster than ``to_chars``
on both
and a stack-allocated buffer is now
`faster than to_chars
on both
libc++ and libstdc++
libc++ and libstdc++
(http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html)
.
<http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html>`_
.
* Applied extern templates to improve compile times when using the core API
* Applied extern templates to improve compile times when using the core API
and ``fmt/format.h`` (`#1452`_). For example, on macOS with clang the compile
and ``fmt/format.h`` (`#1452`_). For example, on macOS with clang the compile
...
...
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