The ratio of native threads to stacks and of stacks to tasks can actually be 
used to characterize all systems discussed.

(stacks/thread, tasks/stacks)
(1, 1) => current Rust native tasks
(1, N) => Python greenlets
(N, 1) => current Rust green tasks
(N, M) => proposal in my original mail                                    
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to