neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
231 stars 69 forks source link

Find fields and properties via dictionary first if possible #777

Closed RichardIrons-neo4j closed 7 months ago

RichardIrons-neo4j commented 8 months ago

This change adds a method to RecordPathFinder that will check if the path supplied can be used directly as keys into the record rather than looping through all the fields in the record checking. If this fails then the old method is still used, however in tests the fast method was used most of the time.