zalando-incubator/graphql-jit
GraphQL execution using a JIT compiler observed · 2026-09-03
Health v2 · maintenance only
89/100
- Activity 100
- Release rhythm 68
- Longevity 100
Flags: no_license
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: 339.5
- age_days: 2883
- days_rel: 0
- days_push: 0
- n_releases_24m: 3
Adoption not part of the score
1084 stars · 64 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TypeScript library that compiles GraphQL queries into optimized JavaScript functions using V8's JIT compilation, serving as a drop-in alternative to graphql-js execution with significantly better performance. It supports the June 2018 GraphQL spec including queries, subscriptions, and resolvers, with some limitations around computed properties and Promise handling.
Use cases
- speed up GraphQL query execution in Node.js servers
- replace graphql-js execute for better throughput
- compile GraphQL documents into reusable functions
- run GraphQL subscriptions with lower overhead
- benchmark GraphQL execution performance
- serve high-traffic GraphQL APIs with lower latency
When to choose
- your GraphQL server is CPU-bound on query execution and graphql-js is a bottleneck
- you need many resolvers executed per query at high request rates
- you want a mostly drop-in replacement for graphql-js execution with the same schema tooling
- you can precompile queries at startup or cache compiled queries per document
When to avoid
- you rely on default field resolvers returning Promises for computed properties without explicit resolvers
- you need the very latest GraphQL spec features beyond June 2018
- your workload is dominated by I/O rather than execution overhead
- you depend on graphql-js internals or custom execution semantics that jit does not replicate
Facets
library · maturity active
graphql compiler interpreter middleware web-development apis backend developer-tools performance graphql-execution jit-compiler graphql-js-alternative query-execution v8-optimization high-performance nodejs javascript typescript
3 sources
- readme: https://github.com/zalando-incubator/graphql-jit · fetched 2026-09-03 · 74732f244463
- homepage: https://try-graphql-jit.boopathi.in/ · fetched 2026-08-29 · be06a53013a7
- registry_npm: https://registry.npmjs.org/graphql-jit · fetched 2026-08-29 · 5767f8b86f02
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zalando-incubator/graphql-jit | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="zalando-incubator/graphql-jit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem