Files
lighthouse/beacon_node
Paul Hauner e383ef3e91 Avoid temp allocations with slog (#2183)
## Issue Addressed

Which issue # does this PR address?

## Proposed Changes

Replaces use of `format!` in `slog` logging with it's special no-allocation `?` and `%` shortcuts. According to a `heaptrack` analysis today over about a period of an hour, this will reduce temporary allocations by at least 4%.

## Additional Info

NA
2021-02-04 07:31:47 +00:00
..
2021-01-28 23:31:06 +00:00
2021-01-28 23:31:06 +00:00
2020-12-09 01:34:58 +00:00
2020-12-07 08:20:33 +00:00
2021-01-20 19:19:38 +00:00
2021-01-28 23:31:06 +00:00
2020-11-28 05:30:57 +00:00
2021-01-21 02:37:08 +00:00