|
|
|
|
|
by ha_jo_331
1923 days ago
|
|
Of course a fiber/green threads based solution would be easier to use, but Rust is supposed to provide zero cost abstractions for concurrency: Maximum performance and efficiency (and safety) coming first, usability second. THat is perfectly fine. Whereas others (Go for example) sacrifice some efficiency and performance to ergonomics. |
|
The current model also still requires a lot of boxing and cloning, so it is far from being “zero cost” as advertised.