strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

Compiled resolvers proof of concept

Open skilkis opened this issue 2 years ago • 0 comments

Attempt to improves performance by compiling resolver functions to prevent conditional look-up of arguments. In the future, this implementation could be extended to also compile scalar converters, as their type is known ahead of time. Therefore, dynamic look-up from the scalar registry can be avoided.

skilkis avatar Apr 26 '22 22:04 skilkis