capnproto-rust icon indicating copy to clipboard operation
capnproto-rust copied to clipboard

Support rayon::iter::IntoParallelIterator in Reader and Builder as a feature

Open mmacedoeu opened this issue 7 years ago • 1 comments

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.

mmacedoeu avatar Jul 24 '17 18:07 mmacedoeu

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!

dwrensha avatar Jul 24 '17 23:07 dwrensha