tokio-1.52.2

Kedreamix/Linly-Talkertokio-1.52.2May 4, 2026by Darksonn

AI Summary

Release that reverts a performance-affecting LIFO slot stealing change introduced in 1.51.0 to mitigate performance impact.

Key Highlights

  • Reverted LIFO slot stealing change from version 1.51.0
  • Mitigated performance impact caused by slot stealing

New Features

  • Performance optimization via reverting a change

Full Release Notes

# 1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 ([#7431]), due to [its performance impact][#8065]. ([#8100])

[#7431]: https://github.com/tokio-rs/tokio/pull/7431
[#8065]: https://github.com/tokio-rs/tokio/pull/8065
[#8100]: https://github.com/tokio-rs/tokio/pull/8100