this post was submitted on 19 Jul 2023
5 points (100.0% liked)

Rust

5807 readers
49 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] teolan@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

One thing that this article misses is that multi-threaded executors can very well optimize for latency.

If for some reason a task is a bit slow to run (say parsing a large JSON blob coming from a request), this means that the other request handlers can still run and don't need to add the latency of this large request.

load more comments
view more: next ›