graphchain icon indicating copy to clipboard operation
graphchain copied to clipboard

A robust trace of all operations performed to execute a node.

Open zgornel opened this issue 7 years ago • 0 comments

When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)

The simplest structure could be a {key: operation} or {key: [operation, [operations_of_dependencies]]} table.

zgornel avatar May 08 '18 08:05 zgornel