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

EsotericSoftware/reflectasm

High performance Java reflection observed · 2026-08-28

github.com/EsotericSoftware/reflectasm · Java · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

34/100

  • Activity 25
  • 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: 4683
  • days_rel: n/a
  • days_push: 455
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1539 stars · 218 forks observed · 2026-08-28

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

ReflectASM is a small Java library providing high-performance reflection through bytecode code generation. It generates accessor classes for fields, methods, and constructors that are much faster than standard Java reflection.

Use cases

  • call methods faster than java reflection
  • get and set fields without boxing overhead
  • create new instances via generated bytecode accessors
  • speed up serialization frameworks
  • avoid reflection overhead in hot loops

When to choose

  • you need reflective access to Java classes with maximum performance
  • you are building serialization or mapping libraries on the JVM
  • repeated method/field access is a profiling bottleneck

When to avoid

  • you only need occasional reflection where performance is irrelevant
  • you need reflection on non-JVM languages
  • bytecode generation is restricted in your runtime environment

Facets

library · maturity stable

serialization developer-tools performance developer-tools programming-languages jvm reflection bytecode-generation java

1 source

Member repositories

RepositoryRoleHealth v2
EsotericSoftware/reflectasmmain34

For agents

markdown · JSON · MCP: product_card(name="EsotericSoftware/reflectasm")

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