Commit Graph

20 Commits (master)

Author SHA1 Message Date
Brian Picciano ec443899c3 Builtins start with exclamation point 7 months ago
Brian Picciano 360857d506 Completely refactor gg with new BNF file and decoder 7 months ago
Brian Picciano ebf57591a8 Got basic demo working, ran go fmt 2 years ago
Brian Picciano 223b7f93a5 Implement graph.MapReduce 2 years ago
Brian Picciano 2a96e9a593 Reverse order of args in ValueOut, TupleOut, and AddValueIn 2 years ago
Brian Picciano 9c48232ac1 Allow Graph edge and vertex values to be different types 2 years ago
Brian Picciano c4dd673bf4 Refactor Graph internals to deduplicate OpenEdges 2 years ago
Brian Picciano 181c392219 Cleanup internals of graph a bit 2 years ago
Brian Picciano e7991adfaa Make graph generic 2 years ago
Brian Picciano 3f28c60ab8 Remove a bunch of old code, update the README 3 years ago
Brian Picciano ad1e99585b graph: refactor Graph into being an interface 6 years ago
Brian Picciano 16f2b1bbde graph: make Edge into an interface 6 years ago
Brian Picciano a5b3b7acd0 graph: fix TestVisitBreadth test to ensure edge is to a brand new value during a newRank action 6 years ago
Brian Picciano 0fe15409a8 graph: implement VisitBreadth/VisitDepth 6 years ago
Brian Picciano b51935fcd1 graph: implement Join/Disjoin 6 years ago
Brian Picciano 20b2a80a3c graph: refactor to use Node type 6 years ago
Brian Picciano 9534ff5c13 graph: don't give values to edges, that can be accomplished by a transformation layer later 6 years ago
Brian Picciano c1bdb46623 graph: implement SubGraph and Equal 6 years ago
Brian Picciano 91c0629377 graph: add edgeIndex's to Graph to speed up EdgeValues call 6 years ago
Brian Picciano 132a50039b graph: implemented smaller and simpler version of gg, which gg can then be built on top of 6 years ago