cryspen / bertie

Bertie TLS 1.3 Implementation
Apache License 2.0
112 stars 3 forks source link

Improve protocol performance #87

Closed franziskuskiefer closed 9 months ago

franziskuskiefer commented 9 months ago

In this PR we start using byte slices &[U8] rather than &Bytes, which requires copying data. There are also a couple other memory related performance improvements in here.