tokio-1.25.2
tokio-rs/tokiotokio-1.25.2Sep 22, 2023by Darksonn
AI Summary
This release forwards a performance optimization to use the `memchr` function directly from the system C library.
Key Highlights
- Forward port of 1.20.6 changes
- Optimized I/O operations using `memchr` from libc
New Features
- memchr optimization
Full Release Notes
# 1.25.2 (September 22, 2023) Forward ports 1.20.6 changes. ### Changed - io: use `memchr` from `libc` ([#5960]) [#5960]: https://github.com/tokio-rs/tokio/pull/5960