Hi, This project is a pure java project with no dependencies on any library outside the JDK. It can be used with any java based project or java frameworks like Spring as just a jar file. Given some objects and a couple of methods on these objects, the library can execute these methods in parallel. The client just needs to specify the method signatures they they want to be executed in parallel. As Matt said, it doesnt require any other setup and can be used in almost any existing java 8 codebase.
Thanks, Arun On Mon, Jun 12, 2017 at 2:29 PM, Matt Sicker <boa...@gmail.com> wrote: > I already see a huge difference here: Spark requires a bunch of > infrastructure to be set up, while this library is just a library. Similar > to Kafka Streams versus Spark Streaming or Flink or Storm or Samza or the > others. > > On 12 June 2017 at 16:28, Gary Gregory <garydgreg...@gmail.com> wrote: > > > On Mon, Jun 12, 2017 at 2:26 PM, Arun Mohan <strider90a...@gmail.com> > > wrote: > > > > > Hi All, > > > > > > Good afternoon. > > > > > > I have been working on a java generic parallel execution library which > > will > > > allow clients to execute methods in parallel irrespective of the number > > of > > > method arguments, type of method arguments, return type of the method > > etc. > > > > > > Here is the link to the source code: > > > https://github.com/striderarun/parallel-execution-engine > > > > > > The project is in a nascent state and I am the only contributor so > far. I > > > am new to the Apache community and I would like to bring this project > > into > > > Apache and improve, expand and build a developer community around it. > > > > > > I think this project can be a sub project of Apache Commons since it > > > provides generic components for parallelizing any kind of methods. > > > > > > Can somebody please guide me or suggest what other options I can > explore > > ? > > > > > > > Hi Arun, > > > > Thank you for your proposal. > > > > How would this be different from Apache Spark? > > > > Thank you, > > Gary > > > > > > > > > > Thanks, > > > Arun > > > > > > > > > -- > Matt Sicker <boa...@gmail.com> >