graphql-libgraphqlparser-ruby icon indicating copy to clipboard operation
graphql-libgraphqlparser-ruby copied to clipboard

Production ready?

Open staugaard opened this issue 9 years ago • 2 comments

Hey,

We are making great use of graphql-ruby already.

Should we be using graphql-libgraphqlparser-ruby as well? Is it being used in production?

staugaard avatar Aug 27 '16 05:08 staugaard

I'm not using it in production, but I think some folks are.

The first parser in graphql-ruby was written in parslet which was about 100x slower than this one, but since https://github.com/rmosolgo/graphql-ruby/pull/119, the parser is written with Racc and Ragel, only about 6x slower. So, it's not enough of a bottleneck for me to bug the ops team over it 😬 , especially since they'd have to build it from source!

rmosolgo avatar Aug 27 '16 12:08 rmosolgo

It might be useful to include a submodule of libgaphqlparser in the gem, to make installation more straightforward :)

ianks avatar Mar 06 '17 18:03 ianks