tokio-1.20.6

tokio-rs/tokiotokio-1.20.6Sep 22, 2023by Darksonn

AI Summary

This patch release backports a performance improvement that switches I/O operations to use `memchr` from the libc library.

Key Highlights

  • Backported memchr optimization from 1.27.0
  • Performance improvement for I/O operations

New Features

  • memchr optimization

Full Release Notes

# 1.20.6 (September 22, 2023)

This is a backport of a change from 1.27.0.

### Changed

- io: use `memchr` from `libc` ([#5960])

[#5960]: https://github.com/tokio-rs/tokio/pull/5960