cberner / raptorq

Rust implementation of RaptorQ (RFC6330)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bytes crate

maks83 opened this issue · comments

Are there any plans to use bytes::Buf trait instead of &[u8] to reduce data copy?

No, but if you send a PR with a benchmark showing a significant speedup I'm happy to merge it