userlamalovecancel
branchRustProtoBuf/hackweek_reduce_copiescancel

5 Commits over 276 Days - 0.00cph!

46 Days Ago
Ditch Stream as the read/write interface to reduce the amount of copying data around Refactor to make BufferStream a class and support resizing the backing buffer automatically Fix writing incorrect padding for len prefixes Optimize ReadFromStream(Stream, int) to not allocate because the length is known Fixes and additions for latest rust
11 Months Ago
Optimize ReadFromStream(Stream, int) to not allocate because the length is known
11 Months Ago
Fix writing incorrect padding for len prefixes
11 Months Ago
Refactor to make BufferStream a class and support resizing the backing buffer automatically
11 Months Ago
Ditch Stream as the read/write interface to reduce the amount of copying data around