On 18/11/13 06:30, David Renshaw wrote:
Hi everyone.

I wrote up some of my latest experiences implementing Cap'n Proto encoding for Rust.

A performance comparison to C++, or "capnproto-rust is pretty fast":
http://dwrensha.github.io/capnproto-rust/2013/11/16/benchmark.html

A discussion of safety, or "why I'm so keen to see support for static trait methods with lifetime parameters":
http://dwrensha.github.io/capnproto-rust/2013/11/17/lifetimes.html



_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

This is cool!

I see that you mention slowness in IO and some extra string copies; are there any other low-hanging fruit that you know of? Or is it all down to micro-optimisation now?


Huon
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to