-
Notifications
You must be signed in to change notification settings - Fork 275
Home
goldmansachs edited this page Oct 8, 2014
·
36 revisions
https://github.com/goldmansachs/gs-collections/tags
- Javadoc
- StackOverflow
- [GS Collections User Reference Guide 5.0.0](http://www.goldmansachs.com/gs-collections/documents/GS Collections Reference Guide 5.0.0.pdf)
- [GS Collections Training Session and Kata 5.0.0](http://www.goldmansachs.com/gs-collections/documents/GS Collections Training Session and Kata 5.0.0.pdf)
- Donald Raab and Craig Motlin presented at JavaOne 2014 on GS Collections and Java 8. [slides]
- Craig Motlin presented at QCon New York 2014 on the performance of the parallel-lazy APIs in Java 8, Scala, and GS Collections. [video and slides]
- Craig Motlin was interviewed on InfoQ about the Origins and Benefits of GS Collections. [video]
- Donald Raab presented on new features of Java 8 and how they work with GS Collections to the New York Java User Group in May 2014. [slides]
- Vladimir Zakharov shared memory usage comparisons between collections frameworks with the JSR 335 expert group [slides]
- Donald Raab presented at the Java Users Group in March 2013 on Java 8 lambda support in GS Collections. [slides]
- Mohammad Rezaei presented at QCon New York 2012 on Fine Grained Coordinated Parallelism in a Real World Application [video] [speaker info] [slides]
- Donald Raab chaired a workshop at the 2012 JVM Language Summit on Java Collections Framework design. [info] [slides]
- Donald Raab and John Weir were interviewed by Java Magazine about Java 8 and their JCP work. [article]
- Donald Raab was interviewed by jClarity as part of the Stalwarts in Tech series. [interview]
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>5.0.0</version>
</dependency>
<dependency org="com.goldmansachs" name="gs-collections-api" rev="5.0.0" />
<dependency org="com.goldmansachs" name="gs-collections" rev="5.0.0" />
<dependency org="com.goldmansachs" name="gs-collections-testutils" rev="5.0.0" />
<dependency org="com.goldmansachs" name="gs-collections-forkjoin" rev="5.0.0"/>