sqlg icon indicating copy to clipboard operation
sqlg copied to clipboard

Generate Element classes

Open pietermartin opened this issue 7 years ago • 0 comments

This is a big maybe. Seeing as Sqlg has all the meta data, it could potentially generate classes for the Vertex and Edge per label.

The only reason to do this is if it has a significant performance impact. At present every property is in a map. So if we generate the Element class file it can have a direct pointer to the property and avoid the map lookup.

pietermartin avatar May 29 '17 16:05 pietermartin