graphql-jit
JIT compiler
A compiler that translates GraphQL queries into optimized functions using JavaScript Just-In-Time compilation
GraphQL execution using a JIT compiler
1k stars
19 watching
57 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
js-js/js.js | A JavaScript compiler that translates high-level code into lower-level machine code to improve performance. | 217 |
rajkumardusad/jitcompiler | An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. | 74 |
jank-lang/jank | A Clojure dialect on LLVM with C++ interop for a general-purpose programming language. | 1,685 |
wheatjs/vite-plugin-vue-gql | A plugin that allows writing GraphQL queries directly within Vue component files without cluttering the code with scripts. | 212 |
sdiehl/tinyjit | A Haskell-based implementation of a JIT compiler for generating x86-64 machine code from an intermediate language composed of Haskell operations. | 183 |
graphql-java-kickstart/graphql-java-tools | A tool for generating and wiring GraphQL schemas in Java | 812 |
gqty-dev/gqty | An alternative GraphQL client library for TypeScript applications that automates data requirements and integrates with Next.js and other Node.js frameworks. | 932 |
zio/zio-quill | A library that enables compile-time query generation and validation in Scala | 2,149 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |
graphql-java-kickstart/graphql-java-servlet | An implementation of GraphQL Java Servlet with support for various frameworks and libraries. | 223 |
incetarik/nestjs-graphql-zod | A library that provides a way to work with GraphQL objects using Zod validation objects. | 85 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
higgsjs/higgs | A JIT compiler for JavaScript targeting x86-64 platforms. | 875 |