GPars Roadmap

25 views
Skip to first unread message

Russel Winder

unread,
Jun 3, 2015, 12:14:33 PM6/3/15
to GPars Users, Groovy_Users
As far as I am aware Groovy 1.x is in maintenance mode only. It is
intended to release 1.3.0 as soon as it is possible to release first a
snapshot and then a release via Artifactory/Bintray. Some progress was
made on this at the Gr8Conf 2105 Hackergarten, but I am not sure a
snapshot release is yet possible to act as a release candidate.

Groovy 2.x is JDK8-only: all the ParallelArray (extra166y) bits have
been ripped out, to be replaced with use of Streams. The idea is
preserve the best bits of the 1.x API, but to delete as much as
possible. Streams are after all usable directly from Groovy so GPars
only needs to provide the actors, dataflow, CSP, etc., not any of the
data parallel stuff. Actually the actors, dataflow, etc. is the bulk of
GPars, so in a sense we are doing a small prune, even if it is a big
change wrt data parallelism.

Currently there is a jdk8 branch in the repository for the 2.x work.

If anyone wants to chip in effort, the current issue is to find Stream
-based implementations for as many of the data parallel methods as
possible. Currently most of these return null, which means the tests
will not pass!

--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel...@ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: rus...@winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
signature.asc

Guillaume Laforge

unread,
Jun 3, 2015, 4:35:52 PM6/3/15
to us...@groovy.incubator.apache.org, GPars Users
Shouldn't some Groovy mentions in your email be replaced by GPars mentions? :-)
--
Guillaume Laforge
Groovy Project Manager
Product Ninja & Advocate at Restlet

Russel Winder

unread,
Jun 5, 2015, 11:00:20 AM6/5/15
to gpars...@googlegroups.com
On Wed, 2015-06-03 at 22:35 +0200, Guillaume Laforge wrote:
> Shouldn't some Groovy mentions in your email be replaced by GPars
> mentions?
> :-)

Definitely. However as you are the only person to comment I suspect you
are the only person to have read the email.

What we need is a company or two to need to fund a bit of work on
GPars, by putting people onto it's development if not actual money for
contracts.
signature.asc

Wilson MacGyver

unread,
Jun 5, 2015, 11:43:09 AM6/5/15
to gpars...@googlegroups.com
Well I did was it but didn't comment because uh I was very confused. :)

--
You received this message because you are subscribed to the Google Groups "GPars Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gpars-users...@googlegroups.com.
To post to this group, send an email to gpars...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/gpars-users/1433516413.2638.1.camel%40winder.org.uk.
For more options, visit https://groups.google.com/d/optout.

Wilson MacGyver

unread,
Jun 5, 2015, 12:42:32 PM6/5/15
to gpars...@googlegroups.com
btw, can we change the setting so the default reply is to the group instead of to the individual?

Thanks

--
You received this message because you are subscribed to the Google Groups "GPars Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gpars-users...@googlegroups.com.
To post to this group, send an email to gpars...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/gpars-users/1433516413.2638.1.camel%40winder.org.uk.
For more options, visit https://groups.google.com/d/optout.



--
Omnem crede diem tibi diluxisse supremum.

Russel Winder

unread,
Jun 6, 2015, 4:22:10 AM6/6/15
to gpars...@googlegroups.com
On Fri, 2015-06-05 at 12:42 -0400, Wilson MacGyver wrote:
> btw, can we change the setting so the default reply is to the group
> instead
> of to the individual?

It already does that for me, is this a email client thing?
signature.asc

Russel Winder

unread,
Jun 6, 2015, 4:23:56 AM6/6/15
to gpars...@googlegroups.com
On Fri, 2015-06-05 at 15:42 +0000, Wilson MacGyver wrote:
> Well I did was it but didn't comment because uh I was very confused.
> :)

/Groovy \([12]\).x/s//GPars \1.x/g

Should probably make it more sane. Sorry for being so sloppy in proof
-reading the post.
signature.asc

Wilson MacGyver

unread,
Jun 6, 2015, 11:16:41 PM6/6/15
to gpars...@googlegroups.com
I'm reading the list using gmail. so in gmail, if I hit reply, it goes to the poster, not the list.​

Russel Winder

unread,
Jun 7, 2015, 3:23:55 AM6/7/15
to gpars...@googlegroups.com
I think that will be a bug in GMail then. There is very definitely a
Sender: field in the email headers.
signature.asc

Jorge Franco

unread,
Jun 14, 2015, 2:54:04 PM6/14/15
to gpars...@googlegroups.com
Hello Russel!

I'm happy to help you with jdk8 branch. I was with Noam and Andres at Gr8Conf looking at that change. Seem a lot of work to be done. I'll send pull request's if you are happy with that.

Cheers!


El domingo, 7 de junio de 2015, 9:23:55 (UTC+2), Russel Winder escribió:
On Sat, 2015-06-06 at 23:16 -0400, Wilson MacGyver wrote:
> I'm reading the list using gmail. so in gmail, if I hit reply, it
> goes to
> the poster, not the list.

I think that will be a bug in GMail then. There is very definitely a
Sender: field in the email headers.

--
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russ...@ekiga.net

Russel Winder

unread,
Jun 15, 2015, 6:13:27 AM6/15/15
to gpars...@googlegroups.com
Jorge,

On Sun, 2015-06-14 at 11:54 -0700, Jorge Franco wrote:
> Hello Russel!
>
> I'm happy to help you with jdk8 branch. I was with Noam and Andres at
>
> Gr8Conf looking at that change. Seem a lot of work to be done. I'll
> send
> pull request's if you are happy with that.

Any and all constructive contributions will be most welcome, especially
pull requests that move things forward.

Due to other commitments I won't be able to do much on this myself in
the next couple of months, but I'll try and process issues and pull
requests as promptly as I can.

--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel...@ekiga.net
signature.asc
Reply all
Reply to author
Forward
0 new messages