Skip to content
Dawid Weiss edited this page May 21, 2024 · 17 revisions

About HPPC

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.

Releases

Links