0no-co / graphql.web

The spec-compliant minimum of client-side GraphQL.
MIT License
74 stars 1 forks source link

feat: Optimize performance to match a baseline graphql.js target #5

Closed kitten closed 1 year ago

kitten commented 1 year ago

 Summary

This strategically optimizes parse and print, since we wouldn't want these two to get any slower than graphql.js' implementations. We've previously struggled to optimize what was in graphql-web-lite, but the new implementations make this a little easier.

Set of changes