--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+...@googlegroups.com.
Visit this group at http://groups.google.com/group/capnproto.






Well it seems I can't actually run capnproto-rust on my end. Does it require the latest rust-nightly (I'm only running v0.8)?
I fixed up my benchmarks to now look like the C++ Cap'n Proto benchmarks. I also have a script that will run any benchmarks that follow this form in https://github.com/jparyani/pycapnp/blob/develop/benchmark/bin/run_all.py, and dump all the results as json to stdout.
Also Kenton, I changed to using your rand function. It was a bit of a pain, since you're relying on uint32_t overflow, so I ended up just writing it in c/cython.