Open
Description
We've long known that deserializing was a slow part in Neo4jClient, but we have some operations where it's becoming a real challenge.
I notice CypherJsonDeserializer(String)
here. Doesn't BoltGraphClient use the binary interface and should avoid Json alltogether? Another issue is that types are treversed many times -- are they not cached or cached at a too low level?
Metadata
Metadata
Assignees
Labels
No labels