From a63738f5953db8a076f1f9be0355d4424ff5df89 Mon Sep 17 00:00:00 2001 From: Jonathan Bluett-Duncan Date: Mon, 29 Aug 2016 22:48:40 +0100 Subject: [PATCH] GS Collections renamed to Eclipse Collections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fdf4b4..037f881 100644 --- a/README.md +++ b/README.md @@ -374,8 +374,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are common in high-performance applications. * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. +* [Eclipse Collections](https://github.com/eclipse/eclipse-collections) - Collections framework inspired by Smalltalk. * [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections. -* [GS Collections](https://github.com/goldmansachs/gs-collections) - Collection framework inspired by Smalltalk. * [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [JCTools](https://github.com/JCTools/JCTools) - Concurrency tools currently missing from the JDK. * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps.