From 077f7c3ee7685acfa834eef76b4193f4865aafa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Fri, 21 Aug 2015 15:41:18 +0200 Subject: [PATCH] Agrona --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa2cd43..4447a26 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything about high performance computation, from collections to specific libraries.* +* [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are a common in high-performance applications. * [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.