Skip to content

Instantly share code, notes, and snippets.

View amcp's full-sized avatar

Alexander Patrikalakis amcp

  • Chiba, Japan
View GitHub Profile
:load ml.groovy
MovieLensParser.load(graph, "ml-1m")
g = graph.traversal()
clockWithResult(1){ g.E().count().tryNext().get() }
clockWithResult(1){ g.V().count().tryNext().get() }