Skip to content

Instantly share code, notes, and snippets.

@andrewdavidmackenzie
andrewdavidmackenzie / gist:5809a9498856f69f0dd815ffe285d3fa
Created October 29, 2024 09:47
cargo bloat --release --bin piggui --crates
cargo bloat --release --bin piggui --crates
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `plotters` dependency)
Finished `release` profile [optimized] target(s) in 0.36s
Analyzing target/release/piggui
File .text Size Crate
6.9% 12.3% 723.5KiB iroh_net
6.5% 11.7% 689.0KiB std
4.0% 7.2% 421.1KiB wgpu
@andrewdavidmackenzie
andrewdavidmackenzie / gist:ced0d4fbe650c5a883d8d3c4cdd4c298
Created October 29, 2024 09:48
cargo bloat --release --bin piggui --crates -n 100
cargo bloat --release --bin piggui --crates -n 100
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `plotters` dependency)
Finished `release` profile [optimized] target(s) in 0.37s
Analyzing target/release/piggui
File .text Size Crate
6.9% 12.3% 723.5KiB iroh_net
6.5% 11.7% 689.0KiB std
4.0% 7.2% 421.1KiB wgpu
@andrewdavidmackenzie
andrewdavidmackenzie / gist:c8a94b91d82dd978735945e54c6fe13a
Created October 29, 2024 09:49
cargo bloat --release --bin piggui -n 100
cargo bloat --release --bin piggui -n 100
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `plotters` dependency)
Finished `release` profile [optimized] target(s) in 0.25s
Analyzing target/release/piggui
File .text Size Crate Name
0.4% 0.7% 40.1KiB zeno alloc::raw_vec::RawVecInner<A>::reserve::do_reserve_and_handle
0.3% 0.6% 34.7KiB rustls rustls::msgs::ffdhe_groups::FfdheGroup::named_group
0.3% 0.5% 28.4KiB piggui piggui::piggui_iroh_helper::connect::{{closure}}