Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 2, 2024
1 parent 844695d commit 28d17e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ _Released 2024-11-xx_
* Fix build failures on Emscripten
* Update documentation to have a version-dropdown
* Fix typo in documentation about manual indexing (#122, thanks [@lynxlynxlynx (Jaka Kranjc)](https://github.com/lynxlynxlynx))
* Fix typos in README (#120, thanks [@zencatalyst (Kasra Hashemi)](https://github.com/zencatalyst))

## 3.0.1

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ When using optimized builds, depending on compiler flags, scnlib provides a
binary, the size of which is within ~5% of what would be produced with `scanf`
or `<iostream>`s.
In a Debug-environment, scnlib is ~5x bigger when compared to `scanf`
or `<iostream>`. After *stripping* the binaries,
or `<iostream>`. After `strip`ping the binaries,
these differences largely go away, except in Debug builds.

#### About
Expand Down Expand Up @@ -424,7 +424,8 @@ Release builds seem to be slightly faster as compared to Debug builds.

These tests measure the time it takes to compile a binary when using different
libraries.
The time taken to compile the library itself is not taken into account (the standard library is precompiled, anyway).
The time taken to compile the library itself is not taken into account
(the standard library is precompiled, anyway).

These tests were run on a Fedora 40 machine, with an AMD Ryzen 7 5700X
processor, using GCC version 14.1.1.
Expand Down

0 comments on commit 28d17e2

Please sign in to comment.