Skip to content

Commit

Permalink
Added a reference to https://github.com/real-logic/agrona, which incl…
Browse files Browse the repository at this point in the history
…udes primitive collections as well.
  • Loading branch information
dweiss committed Jun 4, 2024
1 parent 38f14e8 commit 3d01d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ALTERNATIVES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Nowadays there are a number of options to choose from (alphabetically).
A very impressive library that offers unprecedented speed and features.
Includes support for Java8 (including Collections compatibility).

* Agrona, https://github.com/real-logic/agrona
Multiple data structures and tools for high performance computing, including
primitive collections.

* Eclipse Collections (formerly GS collections), https://www.eclipse.org/collections/
Contains specialized classes for primitives as well. Includes Java8
support. Didn't analyze in more detail.
Expand Down

0 comments on commit 3d01d75

Please sign in to comment.