* Daniel Micay:

> Rust's tasks are often called *lightweight* but at least on Linux the only
> optimization is the lack of preemption. Since segmented stacks have been
> dropped, the resident/virtual memory usage will be identical.

Doesn't the lack of a corresponding kernel thread save something on
the kernel side?

In the C benchmark, the thread attribute should be created outside the
loop.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to