Ross ROSS = Recommend OSS · open-source software intelligence for agents

carrotsearch/hppc

High Performance Primitive Collections for Java observed · 2026-08-28

github.com/carrotsearch/hppc · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5671
  • days_rel: n/a
  • days_push: 20
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1052 stars · 166 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

HPPC (High Performance Primitive Collections) is a Java library providing maps, sets, lists, and stacks of primitive types, tuned for maximum performance and memory efficiency. It intentionally deviates from the java.util.collections API, exposing open internals to avoid boxing overhead.

Use cases

  • store primitive types without autoboxing overhead in Java
  • reduce memory footprint of large collections of ints or longs
  • high-performance hash maps and sets for primitives
  • replace java.util collections in performance-critical code
  • implement fast data structures for search and indexing engines

When to choose

  • your Java code is bottlenecked by boxing and GC pressure from java.util collections
  • you need memory-efficient primitive maps, sets, lists, or stacks
  • you are comfortable with a non-standard API in exchange for performance

When to avoid

  • you need java.util.Collection compatibility or standard APIs
  • you prefer convenience and rich APIs over raw performance
  • your collections are small and performance is not a concern

Facets

library · maturity stable

data-science developer-tools performance developer-tools jvm primitive-collections memory-efficiency java-collections high-performance data-structures algorithms

3 sources

Member repositories

RepositoryRoleHealth v2
carrotsearch/hppcmain66

For agents

markdown · JSON · MCP: product_card(name="carrotsearch/hppc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem