1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Improve bcodec encode performance (#157)

This commit is contained in:
Juan Aguilar
2020-07-19 21:36:51 +00:00
committed by GitHub
parent a67e38b4a0
commit 8d0bd7ce1c
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
## Unreleased - 2020-xx-xx
* Use `.advance()` instead of `.split_to()`.
* Upgrade `tokio-util` to `0.3`.
* Improve `BytesCodec` `.encode()` performance
## [0.2.0] - 2019-12-10