Skip to content

Commit

Permalink
Merge pull request #441 from mgeisler/update-binary-sizes
Browse files Browse the repository at this point in the history
Update binary sizes for Rust 1.59
  • Loading branch information
mgeisler committed Feb 27, 2022
2 parents c691e8e + bca5408 commit 265ba9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@
//! This feature can be disabled if you only ever intend to use
//! [`wrap_algorithms::wrap_first_fit`].
//!
//! With Rust 1.54.0, the size impact of the above features on your
//! With Rust 1.59.0, the size impact of the above features on your
//! binary is as follows:
//!
//! | Configuration | Binary Size | Delta |
//! | :--- | ---: | ---: |
//! | quick-and-dirty implementation | 252 KB | — KB |
//! | textwrap without default features | 268 KB | 16 KB |
//! | textwrap with smawk | 284 KB | 32 KB |
//! | textwrap with unicode-width | 276 KB | 24 KB |
//! | textwrap with unicode-linebreak | 362 KB | 110 KB |
//! | quick-and-dirty implementation | 289 KB | — KB |
//! | textwrap without default features | 301 KB | 12 KB |
//! | textwrap with smawk | 317 KB | 28 KB |
//! | textwrap with unicode-width | 313 KB | 24 KB |
//! | textwrap with unicode-linebreak | 395 KB | 106 KB |
//!
//! The above sizes are the stripped sizes and the binary is compiled
//! in release mode with this profile:
Expand Down

0 comments on commit 265ba9a

Please sign in to comment.