Reducing hot-path allocs + duplicate telemetry touchs

Signed-off-by: Alexey <247128645+axkurcom@users.noreply.github.com>
This commit is contained in:
Alexey
2026-05-20 17:07:54 +03:00
parent 8379b48f69
commit c02c7fbe43
6 changed files with 90 additions and 33 deletions

View File

@@ -378,6 +378,7 @@ impl MePool {
iv: hs.write_iv,
seq_no: 0,
crc_mode: hs.crc_mode,
frame_buf: Vec::new(),
};
let writer = MeWriter {
id: writer_id,