···11----
22-'@0no-co/graphql.web': minor
33----
44-55-Improve parser performance (up to ~25% higher ops/s) by rewriting part of the parsing that runs in tight loops. Previously, the purer parser combinators w/o regexs wouldn't have been as significant of an improvement, but they now clearly are
+7
CHANGELOG.md
···11# @0no-co/graphql.web
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Improve parser performance (up to ~25% higher ops/s) by rewriting part of the parsing that runs in tight loops. Previously, the purer parser combinators w/o regexs wouldn't have been as significant of an improvement, but they now clearly are
88+ Submitted by [@kitten](https://github.com/kitten) (See [#52](https://github.com/0no-co/graphql.web/pull/52))
99+310## 1.0.13
411512### Patch Changes