capnproto-rust
capnproto-rust copied to clipboard
Support rayon::iter::IntoParallelIterator in Reader and Builder as a feature
As I see capnproto is all about non copy/ in-place casting so If at any point you need to deep copy all effort is lost. https://github.com/nikomatsakis/rayon is a parallel crate with easy parallel processing but to use it with capnproto without support you need to copy everything losing capnproto purpose.
I agree that such support for parallel processing sounds useful! I don't think I'll have time in the near future to investigate exactly what would be involved; if you look into it and figure out some details, keep us posted!