ckb icon indicating copy to clipboard operation
ckb copied to clipboard

Track tokio performance regression (1.48) and upcoming fix in 1.49

Open eval-exec opened this issue 2 months ago • 0 comments

Benchmark results show ~4% performance slowdown in CKB due to the update to [email protected] compared to the previous version. https://github.com/tokio-rs/tokio/issues/7692

A fix addressing this slowdown has been merged upstream and is expected in the upcoming [email protected] release.

Since [email protected] is not yet released, this issue tracks the performance impact and plans to upgrade once 1.49 is published.

We should plan to upgrade tokio to 1.49 after its release to regain performance.

eval-exec avatar Dec 16 '25 05:12 eval-exec