Skip to content

Commit

Permalink
Deployed 0c82dea to dev with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jun 5, 2024
1 parent 0c82dea commit 79a54ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,9 @@ <h2>Performance</h2>
{fmt} can be anywhere from <b>tens of percent to 20-30 times faster</b> than
iostreams and <code>sprintf</code>, especially for numeric formatting.

<a href="https://github.com/fmtlib/fmt?tab=readme-ov-file#benchmarks">
<img src="perf.svg">
</a>

The library <b>minimizes dynamic memory allocations</b> and can optionally
<a href="api#compile-api">compile format strings</a> to optimal code.
Expand All @@ -471,12 +473,12 @@ <h2>Unicode support</h2>
>fmt::print("Слава Україні!");</code></pre>

will be printed correctly on Linux, macOS, and even Windows console,
regardless of the codepages.
irrespective of the codepages.
</p>
<p>
The default is <b>locale-independent</b>, but you can opt into localized
formatting and {fmt} makes it work with Unicode, working around problems in
the standard libary.
formatting and {fmt} makes it work with Unicode, addressing issues in the
standard libary.
</p>
</div>

Expand All @@ -493,7 +495,8 @@ <h2>Fast compilation</h2>
equivalent iostreams code, and while <code>printf</code> compiles faster
still, the gap is narrowing.
</p>
<a href="https://github.com/fmtlib/fmt?tab=readme-ov-file#compile-time-and-code-bloat">
<a href=
"https://github.com/fmtlib/fmt?tab=readme-ov-file#compile-time-and-code-bloat">
→ Learn more</a>
</div>

Expand All @@ -517,7 +520,7 @@ <h2>Small binary footprint</h2>
<h2>Portability</h2>
<p>
{fmt} has a <b>small self-contained codebase</b> with the core consisting of
just three header files and no external dependencies.
just three headers and no external dependencies.
</p>
<p>
The library is highly portable and requires only a minimal <b>subset of
Expand All @@ -540,8 +543,10 @@ <h2>Open source</h2>
all-time contributors</a>.
</p>
<p>
The permissive MIT <a href="https://github.com/fmtlib/fmt#license">license</a>
allows the use the library in both open-source and commercial projects.
The library is distributed under a permissive MIT
<a href="https://github.com/fmtlib/fmt#license">license</a> and is
<b>relied upon by many open-source projects</b>, including PyTorch, Apple's
FoundationDB, Windows Terminal, MongoDB, and others.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit 79a54ef

Please sign in to comment.