1 min readAug 29, 2020
Eclipse Collections has both object and primitive collections supporting all Java primitive types. This includes primitive lists, sets, bags, stacks, maps and LazyIterables. There are also both mutable and immutable versions of all of the containers. This contributes to the size of the jar file (especially the primitive maps).
Some developers have used ProGuard if they are concerned about the jar file size.