Yuri Astrakhan
aef0e346de
Avoid ref when using format! in compiler
...
Clean up a few minor refs in `format!` macro, as it has a performance cost. Apparently the compiler is unable to inline `format!("{}", &variable)`, and does a run-time double-reference instead (format macro already does one level referencing). Inlining format args prevents accidental `&` misuse.
2024-07-19 14:52:07 -04:00
..
2024-07-15 13:01:20 -04:00
2024-07-17 16:22:31 +02:00
2024-07-17 19:53:27 -05:00
2024-07-15 12:40:10 -04:00
2024-07-16 19:27:28 -07:00
2024-07-18 18:02:29 -04:00
2024-07-18 14:34:05 -04:00
2024-07-19 08:24:54 +10:00
2024-07-19 14:52:07 -04:00
2024-07-17 20:22:07 +02:00
2024-07-19 03:27:46 -05:00
2024-07-19 14:52:07 -04:00
2024-07-19 17:06:50 +02:00
2024-07-15 12:40:10 -04:00
2024-07-18 11:58:16 +02:00
2024-07-17 19:53:25 -05:00
2024-07-14 20:24:59 +02:00
2024-07-19 14:52:07 -04:00
2024-07-17 20:31:36 -07:00
2024-07-19 14:52:07 -04:00
2024-07-17 20:31:37 -07:00
2024-07-19 14:52:07 -04:00
2024-07-15 12:44:24 -04:00
2024-07-19 08:44:51 +00:00
2024-07-15 12:40:10 -04:00
2024-07-19 11:08:02 +00:00
2024-07-18 13:43:56 +02:00
2024-07-16 16:15:13 -05:00
2024-07-17 10:46:10 -04:00
2024-07-19 14:52:07 -04:00
2024-07-18 23:05:22 +02:00
2024-07-19 14:52:07 -04:00
2024-07-19 14:52:07 -04:00
2024-07-15 12:40:10 -04:00
2024-07-19 13:39:12 +00:00
2024-07-16 19:27:28 -07:00
2024-07-19 14:52:07 -04:00
2024-07-15 12:40:10 -04:00
2024-07-19 14:52:07 -04:00
2024-07-19 14:52:07 -04:00
2024-07-14 12:44:07 +00:00
2024-07-17 08:02:46 +10:00
2024-07-18 18:10:16 +02:00
2024-07-17 11:45:02 -04:00
2024-07-19 17:06:50 +02:00
2024-07-15 12:40:10 -04:00
2024-07-12 20:36:43 +00:00
2024-07-19 14:52:07 -04:00
2024-07-17 10:46:10 -04:00
2024-07-19 14:52:07 -04:00