Instrumenting Async Runtime
26:25
21 күн бұрын
TUI applications in Rust
28:16
21 күн бұрын
かにさんタワーバトル
25:00
Rust で型安全な SPA 開発
20:22
Пікірлер
@timibolu
@timibolu 23 күн бұрын
Great talk. I learned a lot.
@MacDonaldElaine-v2q
@MacDonaldElaine-v2q 3 ай бұрын
Lopez George Lee John Walker Elizabeth
@MacDonaldElaine-v2q
@MacDonaldElaine-v2q 3 ай бұрын
Thompson Linda Martin Sarah Perez Maria
@tongmu4109
@tongmu4109 3 жыл бұрын
Speaker here, there are some questions which I might not explain clearly. A question concerned about the performance issues when there are too many tasks. In the Rust async model, tasks and executor are running in the same OS thread, in another word, they are switched alternatively instead of preemption, so there should be no performance issues. However, in TiKV we set a limit of 2000 which is almost unreachable for each thread.