gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] [GSoC] Question on "Rust implementation of GNUne


From: Jeff Burdges
Subject: Re: [GNUnet-developers] [GSoC] Question on "Rust implementation of GNUnet utils" project
Date: Tue, 29 Mar 2016 15:59:24 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]