mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.98k stars 242 forks source link

RDMA for faster networking! #94

Open jonhoo opened 5 years ago

jonhoo commented 5 years ago

I don't really have much to say about this. Might be interesting. tokio-rdma anyone?

jbcden commented 5 years ago

@jonhoo You might have already seen these but it looks like there are a couple of RDMA ports already: https://github.com/utaal/infinity-rust/ and https://github.com/lemonrock/rdma-core. It doesn't look like they have any sort of asynchronous wrapping but maybe they could provide a good foundation for one?

Edit: Somehow missed that you also have written a library around this: https://github.com/jonhoo/rust-ibverbs 🤦‍♂️