mengdiwang / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Implement parallel collection operations #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The collections library doesn't seem to implement a Treap - suitable for
parallel set operations.

This sort of thing would make the library much more useful.

Thanks collections team!

Original issue reported on code.google.com by james.ti...@gmail.com on 6 Nov 2009 at 10:11

GoogleCodeExporter commented 9 years ago
Fast parallel set operations with Treaps: 
http://www.cs.cmu.edu/~scandal/treaps.html

Original comment by nat.pr...@gmail.com on 6 Nov 2009 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 26 Jan 2011 at 10:09

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 13 Jul 2011 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 10 Dec 2011 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 16 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 May 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 22 Jun 2012 at 6:16

GoogleCodeExporter commented 9 years ago
Rephrasing this more generally.

I get the impression, by the way, that Java 8 might be doing this itself.

Original comment by wasserman.louis on 5 Jul 2012 at 5:32

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:10