Skip to content

Instantly share code, notes, and snippets.

View FlareFlo's full-sized avatar
🦆

FlareFlo

🦆
View GitHub Profile
@FlareFlo
FlareFlo / main.rs
Created October 7, 2023 22:25
Small types copy versus referencing
/*
https://github.com/sharkdp/hyperfine
Command run:
cargo build --release
hyperfine target/release/playground #(playground is project name)
profile used:
opt-level = 3
lto = true