- Easier to work with. For example,
FloatGuard
implementsStep
. - Performance costs. For example, checks may cause certain algorithms to be a bit slower.
cargo [command] --features "pilot"
[ ] Use "checked" operations instead of unwrap
ing everything.
[ ] Check for small performance cost: How copying an int made my code 11 times faster