Skip to content

Commit 3d01d75

Browse files
committed
Added a reference to https://github.com/real-logic/agrona, which includes primitive collections as well.
1 parent 38f14e8 commit 3d01d75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ALTERNATIVES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Nowadays there are a number of options to choose from (alphabetically).
1919
A very impressive library that offers unprecedented speed and features.
2020
Includes support for Java8 (including Collections compatibility).
2121

22+
* Agrona, https://github.com/real-logic/agrona
23+
Multiple data structures and tools for high performance computing, including
24+
primitive collections.
25+
2226
* Eclipse Collections (formerly GS collections), https://www.eclipse.org/collections/
2327
Contains specialized classes for primitives as well. Includes Java8
2428
support. Didn't analyze in more detail.

0 commit comments

Comments
 (0)