lighthouse-pulse/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
..
beacon_chain Avoid temp allocations with slog (#2183) 2021-02-04 07:31:47 +00:00
client Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
eth1 Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
eth2_libp2p Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
genesis Improve compile time (#1989) 2020-12-09 01:34:58 +00:00
http_api Detailed validator monitoring (#2151) 2021-01-20 19:19:38 +00:00
http_metrics update dependencies (#2032) 2020-12-07 08:20:33 +00:00
network Add metrics for beacon block propagation (#2173) 2021-02-04 05:33:56 +00:00
operation_pool Update pool/attestations and committees endpoints (#1899) 2020-11-18 23:31:39 +00:00
src Detailed validator monitoring (#2151) 2021-01-20 19:19:38 +00:00
store Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
tests Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
timer Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
websocket_server Server sent events (#1920) 2020-12-04 00:18:58 +00:00
Cargo.toml v1.1.0 (#2168) 2021-01-21 02:37:08 +00:00