From e7a7df561a6560cd429353002c96ffd9f43fe46f Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 28 Jul 2014 15:52:38 +0200 Subject: [PATCH] Update README.md Added: High Performance > GS Collections High Performance > fastutil High Performance > hftc Changed: Order - 'High Performance' --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f500e47..794b5ca 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Everything about high performance computation, from collections to specific libraries.* -* [Trove](http://trove.starlight-systems.com/) - Primitive collections. -* [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. +* [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections for Java. +* [GS Collections](https://github.com/goldmansachs/gs-collections) - Collection framework inspired by Smalltalk. +* [hftc](https://github.com/OpenHFT/hftc) - Hash sets and hash maps. +* [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Javalution](http://javolution.org/) - Library for real-time and embedded systems. +* [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## HTTP