I've learned slightly more about so many asynchronous IO projects exist
in the Rust mio ecosystem. 

Appears mioco incurs costs from allocating stack frames :
https://github.com/rust-lang/rfcs/issues/1081#issuecomment-202822560
I have not yet noticed any claims that coroutines are dangerous though.

Appears sandstorm.io built gj instead of using eventual_io partially
because they wanted faster single-threaded performance through using
Rc<T> instead of using Arc<T> to handle Send trait bounds : 
https://github.com/dwrensha/capnp-rpc-rust/issues/5#issuecomment-87513691

Jeff


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to