sqlg
sqlg copied to clipboard
Generate Element classes
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.