hi Areg -- there has been discussion about introducing dependency between Rust and C++ libraries and it's unclear to me that it would be a good idea to have a hard dependency from Rust on C++. I am not doing Rust development any time soon but if it's possible for the Rust folks to avoid the build and packaging nastiness that we are suffering through (a necessary evil for the time being) on the C++ side I think they should do that.
BTW, that proposal hasn't been discussed on the mailing list unless I missed it, could we open a separate thread to discuss what that page is about? Thanks On Mon, Apr 22, 2019 at 4:06 PM Melik-Adamyan, Areg <areg.melik-adam...@intel.com> wrote: > > I would encourage you to familiarize yourself with the proposal > https://cwiki.apache.org/confluence/display/ARROW/Parallel+Execution+Engine > and join the forces for more rapid development of the engine. > > > -----Original Message----- > From: Andy Grove [mailto:andygrov...@gmail.com] > Sent: Saturday, April 20, 2019 9:52 AM > To: dev@arrow.apache.org > Subject: [Rust] [DataFusion] Parallel query execution PoC > > I'm now actively working on a PoC of parallel query execution. This is my > first time working with multi-threaded Rust so I have reached out to the Rust > community for help via a blog post that I posted to Reddit just now. > > Here is the link to the blog post. There is a link to the Reddit thread in > here as well. > > https://andygrove.io/2019/04/parallel-query-execution/ > > Thanks, > > Andy.