-
Notifications
You must be signed in to change notification settings - Fork 152
Home
Dawid Weiss edited this page May 21, 2024
·
17 revisions
HPPC implements typical collections (lists, deques, sets, maps) with specialized versions that store primitive types without boxing them as objects. This results in better memory utilization and increased performance.
- See github releases page
- (older releases at Maven Central or compilable from source code).