Chris Lenfest

Results 26 issues of Chris Lenfest

Two main things that we're doing in this PR. 1. We've added a variable to FetchNode called `context_rewrites`. This is a vector of DataRewrite::KeyRenamer that are specifically taking data from...

When working with elements with many referencers, `addReferencer()` became very hot. If you have eg. 100 referencers, each one is added one by one, and each new addition iterates the...

The idea is to make SchemaUpgrader faster by precomputing each type into a map that can be passed around once rather. Ideally we would be able to entirely get rid...

For very large graphs cloning types with lots of join directives can be expensive. Since these directives will not be used in the Schema that is cloned for toAPISchema(), add...

A couple of things currently broken: - the context argument on the join spec definition - context_spec definition propagation - some error condition todos