Tokio v1.24.0 #5354
carllerche
announced in
Announcements
Tokio v1.24.0
#5354
Replies: 2 comments
-
Hi metaverse 👻 |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's really great! I've been using Tokio for high-performance applications so I'm really grateful to see these kind of numbers ^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The highlight of this release is the reduction of lock contention for all I/O operations (#5300). We have received reports of up to a 20% improvement in CPU utilization and increased throughput for real-world I/O heavy applications.
Fixed
AtomicU64
support detection (#5284)Added
per tick (#5186)
threads per runtime instance (#4250)
Changed
read_dir()
by chunking operations (#5309)ThreadId
implementation (#5329)spawn_blocking
task is running (#5115)This discussion was created from the release Tokio v1.24.0.
Beta Was this translation helpful? Give feedback.
All reactions