Skip to content

improvement for graph traversal initialization

Compare
Choose a tag to compare
@rudyardrichter rudyardrichter released this 27 Nov 20:14
· 85 commits to master since this release
ede6f5a

Peregrine currently computes all valid traversals between nodes for features like with_path_to in graphql queries, on app initialization. This release improves the execution time for this setup.

In future we will look into doing no pre-computation for the graph and caching requested traversals instead.