Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 665 Bytes

DEVELOPMENT.md

File metadata and controls

20 lines (12 loc) · 665 Bytes

Conditional Compilation:

Experimental/Pilot/Exploratory flag

Guarded Float Points

  • Easier to work with. For example, FloatGuard implements Step.
  • Performance costs. For example, checks may cause certain algorithms to be a bit slower.
cargo [command] --features "pilot"

TODO

[ ] Use "checked" operations instead of unwraping everything.

[ ] Check for small performance cost: How copying an int made my code 11 times faster