programming-team-code / programming_team_code_rust

rustaceans
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

reduce lifetime of var #46

Closed lrvideckis closed 4 months ago

lrvideckis commented 4 months ago

slightly better constant factor

lrvideckis commented 4 months ago

just tested in release, the difference is negligible; dang,

but it does kinda bug me that it's not as efficient as it could be in theory

lrvideckis commented 4 months ago

principle: minimize lifetime of variables