This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
I have recently discovered that Rust Futures, or rather, async fn calls can lead to surprising performance problems if they are nested too deeply. I learned that the hard way by triggering a stack overflow in a PR to symbolicator . I then tracked that down to unreasonably huge (as measured by mem::size_of_val ) futures. The problem was also being exacerbated by the deeply nested async fn calls in…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.