|
|
|
|
|
by usrnm
52 days ago
|
|
Are you sure that latency-sensitive parts are written in async JS instead of having a separate UI thread (pool)? I have no idea myself, but without knowing the details it's hard to argue. Note, that browsers themselves, are usually written in languages like C++ or Rust. They run JS, but aren't written in it |
|
But God help you if you have to change the code. Async threads are a way to organize it and make it workable for humans.